Click or drag to resize

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
)

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