| ReactorsZ Property |
[This is preliminary documentation and is subject to change.]
Alternative way of defining R and X properties. Enter a 2-element array representing R +jX in ohms.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] Z { get; set; }
Public Property Z As Double()
Get
Set
public:
property array<double>^ Z {
array<double>^ get ();
void set (array<double>^ value);
}
member Z : float[] with get, set
function get_Z();
function set_Z(value);
Property Value
Type:
DoubleSee Also