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