FEKOLaunchOptions

Feko Solver launch options.

Example

app = pf.GetApplication()
app:NewProject()
app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Dipole_Example.fek]])

    -- Access the 'FEKOLaunchOptions' object and inspect the geometry only check option
    
onlyCheckGeometry = app.Models[1].Launcher.Settings.FEKO.OnlyCheckGeometryEnabled

Usage locations (object properties)

The following objects have properties using the FEKOLaunchOptions object:

Property List

Advanced
Advanced command line options for launching the Feko Solver. (Read/Write string)
ExportSPICEMTLCircuitFilesEnabled
Special execution mode to export SPICE MTL circuit files. (Read/Write boolean)
GPU
Graphical processing units launch options. (Read/Write FEKOGPUOptions)
OnlyCheckGeometryEnabled
Enables/disables if the Feko Solver will perform all the geometry checks and exit before any computations commence. (Read/Write boolean)
Parallel
Parallel execution launch options. (Read/Write FEKOParallelExecutionOptions)
ProcessPriority
The priority of the Feko Solver run. When set to Low the run will take slightly longer, but the computer will still be responsive for other work. (Read/Write ProcessPriorityTypeEnum)
Remote
Remote execution launch options. (Read/Write FEKORemoteExecutionOptions)

Property Details

Advanced
Advanced command line options for launching the Feko Solver.
Type
string
Access
Read/Write
ExportSPICEMTLCircuitFilesEnabled
Special execution mode to export SPICE MTL circuit files.
Type
boolean
Access
Read/Write
GPU
Graphical processing units launch options.
Type
FEKOGPUOptions
Access
Read/Write
OnlyCheckGeometryEnabled
Enables/disables if the Feko Solver will perform all the geometry checks and exit before any computations commence.
Type
boolean
Access
Read/Write
Parallel
Parallel execution launch options.
Type
FEKOParallelExecutionOptions
Access
Read/Write
ProcessPriority
The priority of the Feko Solver run. When set to Low the run will take slightly longer, but the computer will still be responsive for other work.
Type
ProcessPriorityTypeEnum
Access
Read/Write
Remote
Remote execution launch options.
Type
FEKORemoteExecutionOptions
Access
Read/Write