| CircuitAllNodeVmagByPhase Method |
[This is preliminary documentation and is subject to change.]
Returns Array of doubles represent voltage magnitudes for nodes on the specified phase.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] AllNodeVmagByPhase(
int Phase
)
Public Function AllNodeVmagByPhase (
Phase As Integer
) As Double()
public:
array<double>^ AllNodeVmagByPhase(
int Phase
)
member AllNodeVmagByPhase :
Phase : int -> float[]
function AllNodeVmagByPhase(Phase);
Parameters
- Phase
- Type: SystemInt32
[Missing <param name="Phase"/> documentation for "M:dss_sharp.Circuit.AllNodeVmagByPhase(System.Int32)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:dss_sharp.Circuit.AllNodeVmagByPhase(System.Int32)"]
See Also