OPTFEKOLaunchOptions
OPTFEKO launch options.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Dipole_Example.fek]]) -- Access the 'OPTFEKOLaunchOptions' object and check if files are deleted areFilesDeleted = app.Models[1].Launcher.Settings.OPTFEKO.FilesDeleted
Usage locations
The OPTFEKOLaunchOptions object can be accessed from the following locations:
- Properties
- ComponentLaunchOptions object has property OPTFEKO.
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