Class MeasurePointSensorsInformation
Содержит информацию о датчиках на точке учета.
public class MeasurePointSensorsInformation
- Inheritance
-
MeasurePointSensorsInformation
- Inherited Members
- Extension Methods
Properties
ReturnChannel
Обратная магистраль
public Sensor[] ReturnChannel { get; }
Property Value
- Sensor[]
SupplyChannel
Подающая магистраль
public Sensor[] SupplyChannel { get; }
Property Value
- Sensor[]
Methods
GetAllSensors()
Возвращает все датчики, как на подающей магистрали, так и на обратной.
public Sensor[] GetAllSensors()