Interface ISensor
Интерфейс описывает датчик точки учёта.
Namespace: Lers.Core
Assembly: Lers.Server.System.dll
Syntax
public interface ISensor
Properties
LowerRangeLimit
Нижний предел измерения датчика.
Declaration
float LowerRangeLimit { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
RelativeError
Относительная погрешность датчика.
Declaration
float RelativeError { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
UpperRangeLimit
Верхний предел измерения датчика.
Declaration
float UpperRangeLimit { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |