| BusCplxSeqVoltages Property |
[This is preliminary documentation and is subject to change.]
Complex Double array of Sequence Voltages (0, 1, 2) at this Bus.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] CplxSeqVoltages { get; }
Public ReadOnly Property CplxSeqVoltages As Double()
Get
public:
property array<double>^ CplxSeqVoltages {
array<double>^ get ();
}
member CplxSeqVoltages : float[] with get
function get_CplxSeqVoltages();
Property Value
Type:
DoubleSee Also