| BuspuVoltages Property |
[This is preliminary documentation and is subject to change.]
Complex Array of pu voltages at the bus.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] puVoltages { get; }
Public ReadOnly Property puVoltages As Double()
Get
public:
property array<double>^ puVoltages {
array<double>^ get ();
}
member puVoltages : float[] with get
function get_puVoltages();
Property Value
Type:
DoubleSee Also