NodeOPCUA API Documentation
    Preparing search index...

    Interface UABaseAnalog_Base<T, DT>

    namespace http://opcfoundation.org/UA/
    nodeClass VariableType
    typedDefinition BaseAnalogType i=15318
    dataType Variant
    dataType Name (number
    value rank -2
    isAbstract false
    interface UABaseAnalog_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>