OPTFEKOLaunchOptions

OPTFEKO launch options.

Example

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

    -- Access the 'OPTFEKOLaunchOptions' object and check if files are deleted

areFilesDeleted = project.Launcher.Settings.OPTFEKO.FilesDeleted

Usage locations (object properties)

The following objects have properties using the OPTFEKOLaunchOptions object:

Property List

FarmOutEnabled
Enables/disables running OPTFEKO on multiple remote machines. (Read/Write boolean)
FilesDeleted
Enables/disables if the files generated by the optimisation run (except the optimum) should be deleted. (Read/Write boolean)
ProcessFarmOutCount
Specifies the total number of processes to farm out. (Read/Write number)
RestartFromRunNumber
Specifies the number the optimisation can be restarted at from the last completed optimisation iteration. (Read/Write number)
RestartRunEnabled
Enables/disables running the solver from the last completed optimisation iteration. No changes whatsoever may be made to the model before restarting the optimisation process. (Read/Write boolean)

Property Details

FarmOutEnabled
Enables/disables running OPTFEKO on multiple remote machines.
Type
boolean
Access
Read/Write
FilesDeleted
Enables/disables if the files generated by the optimisation run (except the optimum) should be deleted.
Type
boolean
Access
Read/Write
ProcessFarmOutCount
Specifies the total number of processes to farm out.
Type
number
Access
Read/Write
RestartFromRunNumber
Specifies the number the optimisation can be restarted at from the last completed optimisation iteration.
Type
number
Access
Read/Write
RestartRunEnabled
Enables/disables running the solver from the last completed optimisation iteration. No changes whatsoever may be made to the model before restarting the optimisation process.
Type
boolean
Access
Read/Write