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
The PREFEKOVariableExportOptions object can be accessed from the following locations:
- Properties
- PREFEKOLaunchOptions object has property ExportVariables.
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)