NodeOPCUA API Documentation
    Preparing search index...

    Interface UAAnalogUnitRange_Base<T, DT>

    namespace http://opcfoundation.org/UA/
    nodeClass VariableType
    typedDefinition AnalogUnitRangeType i=17570
    dataType Variant
    dataType Name (number
    value rank -2
    isAbstract false
    interface UAAnalogUnitRange_Base<T, DT extends DataType> {
        definition?: UAProperty<UAString, String>;
        engineeringUnits: UAProperty<EUInformation, ExtensionObject>;
        euRange: UAProperty<DTRange, ExtensionObject>;
        instrumentRange?: UAProperty<DTRange, ExtensionObject>;
        valuePrecision?: UAProperty<number, Double>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    definition?: UAProperty<UAString, String>
    engineeringUnits: UAProperty<EUInformation, ExtensionObject>
    instrumentRange?: UAProperty<DTRange, ExtensionObject>
    valuePrecision?: UAProperty<number, Double>