| PDElementsAllSeqCurrents Property |
[This is preliminary documentation and is subject to change.]
Double array of the symmetrical component currents into each 3-phase terminal, for each PD element.
(API Extension)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] AllSeqCurrents { get; }
Public ReadOnly Property AllSeqCurrents As Double()
Get
public:
property array<double>^ AllSeqCurrents {
array<double>^ get ();
}
member AllSeqCurrents : float[] with get
function get_AllSeqCurrents();
Property Value
Type:
DoubleSee Also