| RegControlsVoltageLimit Property |
[This is preliminary documentation and is subject to change.]
First house voltage limit on PT secondary base. Setting to 0 disables this function.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double VoltageLimit { get; set; }
Public Property VoltageLimit As Double
Get
Set
public:
property double VoltageLimit {
double get ();
void set (double value);
}
member VoltageLimit : float with get, set
function get_VoltageLimit();
function set_VoltageLimit(value);
Property Value
Type:
DoubleSee Also