 | TimeFreqMax Property |
Gets/Sets maximum simulation frequency
Namespace: ema3d.Api.V25.Core.DomainAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic double FreqMax { get; set; }
Public Property FreqMax As Double
Get
Set
public:
property double FreqMax {
double get ();
void set (double value);
}
member FreqMax : float with get, set
Property Value
Double
Remarks
This value is directly connected to the simulation
Step time value and
bounded by the simulation
StepSize value.
Setting either value will reflect changes on the other.
See Also