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