| ReactorsRmatrix Property |
[This is preliminary documentation and is subject to change.]
Resistance 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[] Rmatrix { get; set; }
Public Property Rmatrix As Double()
Get
Set
public:
property array<double>^ Rmatrix {
array<double>^ get ();
void set (array<double>^ value);
}
member Rmatrix : float[] with get, set
function get_Rmatrix();
function set_Rmatrix(value);
Property Value
Type:
DoubleSee Also