Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    SensorExtensions.HasRangeLimit(ISensor)
    In This Article
    Back to top ©2018 - 2026, ООО "ЛЭРС УЧЁТ"