| ReactorsZ2 Property |
[This is preliminary documentation and is subject to change.]
Negative-sequence impedance, ohms, as a 2-element array representing a complex number.
Used to define the impedance matrix of the REACTOR if Z1 is also specified.
Note: Z2 defaults to Z1 if it is not specifically defined. If Z2 is not equal to Z1, the impedance matrix is asymmetrical.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] Z2 { get; set; }
Public Property Z2 As Double()
Get
Set
public:
property array<double>^ Z2 {
array<double>^ get ();
void set (array<double>^ value);
}
member Z2 : float[] with get, set
function get_Z2();
function set_Z2(value);
Property Value
Type:
DoubleSee Also