| CircuitAllNodeDistances Property |
[This is preliminary documentation and is subject to change.]
Returns an array of distances from parent EnergyMeter for each Node. Corresponds to AllBusVMag sequence.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] AllNodeDistances { get; }
Public ReadOnly Property AllNodeDistances As Double()
Get
public:
property array<double>^ AllNodeDistances {
array<double>^ get ();
}
member AllNodeDistances : float[] with get
function get_AllNodeDistances();
Property Value
Type:
DoubleSee Also