| ReactorsZ1 Property |
[This is preliminary documentation and is subject to change.]
Positive-sequence impedance, ohms, as a 2-element array representing a complex number.
If defined, Z1, Z2, and Z0 are used to define the impedance matrix of the REACTOR.
Z1 MUST BE DEFINED TO USE THIS OPTION FOR DEFINING THE MATRIX.
Side Effect: Sets Z2 and Z0 to same values unless they were previously defined.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] Z1 { get; set; }
Public Property Z1 As Double()
Get
Set
public:
property array<double>^ Z1 {
array<double>^ get ();
void set (array<double>^ value);
}
member Z1 : float[] with get, set
function get_Z1();
function set_Z1(value);
Property Value
Type:
DoubleSee Also