| CircuitAllBusVmagPu Property |
[This is preliminary documentation and is subject to change.]
Double Array of all bus voltages (each node) magnitudes in Per unit
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] AllBusVmagPu { get; }
Public ReadOnly Property AllBusVmagPu As Double()
Get
public:
property array<double>^ AllBusVmagPu {
array<double>^ get ();
}
member AllBusVmagPu : float[] with get
function get_AllBusVmagPu();
Property Value
Type:
DoubleSee Also