| CircuitAllBusVolts Property |
[This is preliminary documentation and is subject to change.]
Complex array of all bus, node voltages from most recent solution
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] AllBusVolts { get; }
Public ReadOnly Property AllBusVolts As Double()
Get
public:
property array<double>^ AllBusVolts {
array<double>^ get ();
}
member AllBusVolts : float[] with get
function get_AllBusVolts();
Property Value
Type:
DoubleSee Also