| MonitorsdblFreq Property |
[This is preliminary documentation and is subject to change.]
Array of doubles containing frequency values for harmonics mode solutions; Empty for time mode solutions (use dblHour)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] dblFreq { get; }
Public ReadOnly Property dblFreq As Double()
Get
public:
property array<double>^ dblFreq {
array<double>^ get ();
}
member dblFreq : float[] with get
Property Value
Type:
DoubleSee Also