| MetersPeakcurrent Property |
[This is preliminary documentation and is subject to change.]
Array of doubles to set values of Peak Current property
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] Peakcurrent { get; set; }
Public Property Peakcurrent As Double()
Get
Set
public:
property array<double>^ Peakcurrent {
array<double>^ get ();
void set (array<double>^ value);
}
member Peakcurrent : float[] with get, set
function get_Peakcurrent();
function set_Peakcurrent(value);
Property Value
Type:
DoubleSee Also