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