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