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