SolutionSettings

The model solution settings.

Example

app = cf.GetApplication()
project = app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Dipole_Example.cfx]])

    -- Access the 'SolutionSettings' object and set the X plane symmetry to geometric

project.SolutionSettings.ModelSymmetry.PlaneX = cf.Enums.ModelSymmetryTypeEnum.Geometric

Usage locations (object properties)

The following objects have properties using the SolutionSettings object:

Property List

ModelSymmetry
The model symmetry planes. (Read only ModelSymmetry)
NumericalGreensFunction
The numerical Green's function (NGF) settings. (Read only NumericalGreensFunction)
SolverSettings
The solver solution settings of the model. (Read only SolverSettings)
Type
The object type string. (Read only string)

Property Details

ModelSymmetry
The model symmetry planes.
Type
ModelSymmetry
Access
Read only
NumericalGreensFunction
The numerical Green's function (NGF) settings.
Type
NumericalGreensFunction
Access
Read only
SolverSettings
The solver solution settings of the model.
Type
SolverSettings
Access
Read only
Type
The object type string.
Type
string
Access
Read only