| CktElementCplxSeqVoltages Property |
[This is preliminary documentation and is subject to change.]
Complex double array of Sequence Voltage for all terminals of active circuit element.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] CplxSeqVoltages { get; }
Public ReadOnly Property CplxSeqVoltages As Double()
Get
public:
property array<double>^ CplxSeqVoltages {
array<double>^ get ();
}
member CplxSeqVoltages : float[] with get
function get_CplxSeqVoltages();
Property Value
Type:
DoubleSee Also