| CircuitAllBusVmag Property |
[This is preliminary documentation and is subject to change.]
Array of magnitudes (doubles) of voltages at all buses
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] AllBusVmag { get; }
Public ReadOnly Property AllBusVmag As Double()
Get
public:
property array<double>^ AllBusVmag {
array<double>^ get ();
}
member AllBusVmag : float[] with get
function get_AllBusVmag();
Property Value
Type:
DoubleSee Also