AMRFEKOLaunchOptions
AMRFEKO launch options.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Dipole_Example.fek]]) -- Access the 'AMRFEKOLaunchOptions' object and check the current error threshold local errorThreshold = app.Models[1].Launcher.Settings.AMRFEKO.ErrorThreshold
Usage locations
The AMRFEKOLaunchOptions object can be accessed from the following locations:
- Properties
- ComponentLaunchOptions object has property AMRFEKO.
Property List
- Advanced
- Advanced command line options for launching AMRFEKO. (Read/Write string)
- DeleteTemporaryFilesEnabled
- Enables/disables if the files generated by the refinement run (except the refined) should be deleted. (Read/Write boolean)
- ErrorThreshold
- The error threshold to use. (Read/Write ErrorThresholdTypeEnum)
- Frequency
- The frequency to use for adaptive mesh refinement. (Read/Write string)
- MaximumIterations
- The maximum number of iterations to use for adaptive mesh refinement. (Read/Write number)
- SkipFinalSolve
- Enables/disables whether the solver should be run on the final refined model. (Read/Write boolean)
- SpecifyFrequency
- Enables/disables the specification of the frequency to use for adaptive mesh refinement. (Read/Write boolean)
- SpecifyMaximumIterations
- Enables/disables the specification of the maximum number of iterations to use for adaptive mesh refinement. (Read/Write boolean)
Property Details
- Advanced
- Advanced command line options for launching AMRFEKO.
- Type
- string
- Access
- Read/Write
- DeleteTemporaryFilesEnabled
- Enables/disables if the files generated by the refinement run (except the refined) should be deleted.
- Type
- boolean
- Access
- Read/Write
- ErrorThreshold
- The error threshold to use.
- Type
- ErrorThresholdTypeEnum
- Access
- Read/Write
- Frequency
- The frequency to use for adaptive mesh refinement.
- Type
- string
- Access
- Read/Write
- MaximumIterations
- The maximum number of iterations to use for adaptive mesh refinement.
- Type
- number
- Access
- Read/Write
- SkipFinalSolve
- Enables/disables whether the solver should be run on the final refined model.
- Type
- boolean
- Access
- Read/Write
- SpecifyFrequency
- Enables/disables the specification of the frequency to use for adaptive mesh refinement.
- Type
- boolean
- Access
- Read/Write
- SpecifyMaximumIterations
- Enables/disables the specification of the maximum number of iterations to use for adaptive mesh refinement.
- Type
- boolean
- Access
- Read/Write