| BusVLL Property |
[This is preliminary documentation and is subject to change.]
For 2- and 3-phase buses, returns array of complex numbers represetin L-L voltages in volts. Returns -1.0 for 1-phase bus. If more than 3 phases, returns only first 3.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] VLL { get; }
Public ReadOnly Property VLL As Double()
Get
public:
property array<double>^ VLL {
array<double>^ get ();
}
member VLL : float[] with get
Property Value
Type:
DoubleSee Also