 | AdvancedOptionsFESolverAdvancedFESolverOptionsOn Property |
Enables the Advanced Finite Element Solver Options to be written
during file export.
Namespace: ema3d.Api.V26.Charging.DomainAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic bool AdvancedFESolverOptionsOn { get; set; }Public Property AdvancedFESolverOptionsOn As Boolean
Get
Set
public:
property bool AdvancedFESolverOptionsOn {
bool get ();
void set (bool value);
}member AdvancedFESolverOptionsOn : bool with get, set
Property Value
Boolean
Remarks
Must be enabled, otherwise the Advanced Finite Element Solver Options will not
be exported to charge.call and the solver will instead use default values.
See Also