| PDElementsAllCurrentsMagAng Property |
[This is preliminary documentation and is subject to change.]
Complex array (magnitude and angle format) of currents for all conductors, all terminals, for each PD element.
(API Extension)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] AllCurrentsMagAng { get; }
Public ReadOnly Property AllCurrentsMagAng As Double()
Get
public:
property array<double>^ AllCurrentsMagAng {
array<double>^ get ();
}
member AllCurrentsMagAng : float[] with get
function get_AllCurrentsMagAng();
Property Value
Type:
DoubleSee Also