ADAPTFEKOLaunchOptions

ADAPTFEKO launch options.

Example

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

    -- Access the 'ADAPTFEKOLaunchOptions' object and check if temporary files are deleted

deleteTemporaryFiles = project.Launcher.Settings.ADAPTFEKO.DeleteTemporaryFilesEnabled

Usage locations (object properties)

The following objects have properties using the ADAPTFEKOLaunchOptions object:

Property List

AnalysisRestartNumber
Specifies the model number the analysis can be restarted at. (Read/Write number)
DeleteTemporaryFilesEnabled
Enables/disables if the temporary files generated by the ADAPTFEKO run should be deleted. (Read/Write boolean)
IncompleteAnalysisRestartEnabled
Enables/disables running the solver from the the first unfinished model if the run was discontinued (and the temporary files were not deleted). (Read/Write boolean)

Property Details

AnalysisRestartNumber
Specifies the model number the analysis can be restarted at.
Type
number
Access
Read/Write
DeleteTemporaryFilesEnabled
Enables/disables if the temporary files generated by the ADAPTFEKO run should be deleted.
Type
boolean
Access
Read/Write
IncompleteAnalysisRestartEnabled
Enables/disables running the solver from the the first unfinished model if the run was discontinued (and the temporary files were not deleted).
Type
boolean
Access
Read/Write