PREFEKOVariableExportOptions

PREFEKO variables (names, values, comments) export launch options.

Example

app = cf.GetApplication()
project = app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Dipole_Example.cfx]])

    -- Access the 'PREFEKOVariableExportOptions' object and check if 
    -- variables are exported to the OUT file

variablesExported = project.Launcher.Settings.PREFEKO.ExportVariables.OutFileEnabled

Usage locations (object properties)

The following objects have properties using the PREFEKOVariableExportOptions object:

Property List

OutFileEnabled
Enables/disables exporting variables to the Feko *.out file. (Read/Write boolean)
StdOutEnabled
Enables/disables exporting variables to the screen (stdout). (Read/Write boolean)

Property Details

OutFileEnabled
Enables/disables exporting variables to the Feko *.out file.
Type
boolean
Access
Read/Write
StdOutEnabled
Enables/disables exporting variables to the screen (stdout).
Type
boolean
Access
Read/Write