NodeOPCUA API Documentation
    Preparing search index...

    Interface UAAlarmRateVariable_Base<T>

    namespace http://opcfoundation.org/UA/
    nodeClass VariableType
    typedDefinition AlarmRateVariableType i=17277
    dataType Double
    dataType Name number i=11
    value rank -1
    isAbstract false
    interface UAAlarmRateVariable_Base<T extends number> {
        rate: UAProperty<number, UInt16>;
    }

    Type Parameters

    • T extends number

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    rate: UAProperty<number, UInt16>