| ReactorsXmatrix Property |
[This is preliminary documentation and is subject to change.]
Reactance matrix, ohms at base frequency. Order of the matrix is the number of phases. Mutually exclusive to specifying parameters by kvar or X.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] Xmatrix { get; set; }
Public Property Xmatrix As Double()
Get
Set
public:
property array<double>^ Xmatrix {
array<double>^ get ();
void set (array<double>^ value);
}
member Xmatrix : float[] with get, set
function get_Xmatrix();
function set_Xmatrix(value);
Property Value
Type:
DoubleSee Also