| CircuitAllNodeDistancesByPhase Method |
[This is preliminary documentation and is subject to change.]
Returns an array of doubles representing the distances to parent EnergyMeter. Sequence of array corresponds to other node ByPhase properties.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] AllNodeDistancesByPhase(
int Phase
)
Public Function AllNodeDistancesByPhase (
Phase As Integer
) As Double()
public:
array<double>^ AllNodeDistancesByPhase(
int Phase
)
member AllNodeDistancesByPhase :
Phase : int -> float[]
function AllNodeDistancesByPhase(Phase);
Parameters
- Phase
- Type: SystemInt32
[Missing <param name="Phase"/> documentation for "M:dss_sharp.Circuit.AllNodeDistancesByPhase(System.Int32)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:dss_sharp.Circuit.AllNodeDistancesByPhase(System.Int32)"]
See Also