| ReactorsRCurve Property |
[This is preliminary documentation and is subject to change.]
Name of XYCurve object, previously defined, describing per-unit variation of phase resistance, R, vs. frequency. Applies to resistance specified by R or Z property. If actual values are not known, R often increases by approximately the square root of frequency.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string RCurve { get; set; }
Public Property RCurve As String
Get
Set
public:
property String^ RCurve {
String^ get ();
void set (String^ value);
}
member RCurve : string with get, set
function get_RCurve();
function set_RCurve(value);
Property Value
Type:
StringSee Also