| CktElementVoltagesMagAng Property |
[This is preliminary documentation and is subject to change.]
Voltages at each conductor in magnitude, angle form as array of doubles.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] VoltagesMagAng { get; }
Public ReadOnly Property VoltagesMagAng As Double()
Get
public:
property array<double>^ VoltagesMagAng {
array<double>^ get ();
}
member VoltagesMagAng : float[] with get
function get_VoltagesMagAng();
Property Value
Type:
DoubleSee Also