PREFEKOVariableExportOptions
PREFEKO variables (names, values, comments) export launch options.
Example
application = cf.Application.GetInstance() project = application:Load({FEKO_HOME..[[/shared/Resources/Automation/Dipole_Example.cfx]]}) -- Access the 'PREFEKOVariableExportOptions' object and check if -- variables are exported to the OUT file variablesExported = application.Launcher.Settings.PREFEKO.ExportVariables.OutFileEnabled
Inheritance
The PREFEKOVariableExportOptions object is derived from the CompositeValue object.
Usage locations
The PREFEKOVariableExportOptions object can be accessed from the following locations:
- Properties
- PREFEKOLaunchOptions object has property ExportVariables.
- Methods
- PREFEKOVariableExportOptionsList object has method Append().
- PREFEKOVariableExportOptionsList object has method Get(number).
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)