| SettingsLossRegs Property |
[This is preliminary documentation and is subject to change.]
Integer array defining which energy meter registers to use for computing losses
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int[] LossRegs { get; set; }
Public Property LossRegs As Integer()
Get
Set
public:
property array<int>^ LossRegs {
array<int>^ get ();
void set (array<int>^ value);
}
member LossRegs : int[] with get, set
function get_LossRegs();
function set_LossRegs(value);
Property Value
Type:
Int32See Also