| SettingsVoltageBases Property |
[This is preliminary documentation and is subject to change.]
Array of doubles defining the legal voltage bases in kV L-L
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] VoltageBases { get; set; }
Public Property VoltageBases As Double()
Get
Set
public:
property array<double>^ VoltageBases {
array<double>^ get ();
void set (array<double>^ value);
}
member VoltageBases : float[] with get, set
function get_VoltageBases();
function set_VoltageBases(value);
Property Value
Type:
DoubleSee Also