PREFEKOVariableExportOptions

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

Example

app = pf.GetApplication()
app:NewProject()
app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Dipole_Example.fek]])

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

variablesExported = app.Models[1].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