OPTFEKOLaunchOptions
OPTFEKO launch options.
Example
application = cf.Application.GetInstance() project = application:Load({FEKO_HOME..[[/shared/Resources/Automation/Dipole_Example.cfx]]}) -- Access the 'OPTFEKOLaunchOptions' object and check if files are deleted areFilesDeleted = application.Launcher.Settings.OPTFEKO.FilesDeleted
Inheritance
The OPTFEKOLaunchOptions object is derived from the CompositeValue object.
Usage locations
The OPTFEKOLaunchOptions object can be accessed from the following locations:
- Properties
- ComponentLaunchOptions object has property OPTFEKO.
 
 - Methods
- OPTFEKOLaunchOptionsList object has method Append().
 - OPTFEKOLaunchOptionsList object has method Get(number).
 
 
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