| ReactorsZ0 Property |
[This is preliminary documentation and is subject to change.]
Zero-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: Z0 defaults to Z1 if it is not specifically defined.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] Z0 { get; set; }
Public Property Z0 As Double()
Get
Set
public:
property array<double>^ Z0 {
array<double>^ get ();
void set (array<double>^ value);
}
member Z0 : float[] with get, set
function get_Z0();
function set_Z0(value);
Property Value
Type:
DoubleSee Also