Click or drag to resize

TimeFreqMax Property

Gets/Sets maximum simulation frequency

Namespace: ema3d.Api.V25.Core.Domain
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public double FreqMax { 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