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

Type Parameters

  • T extends number

Hierarchy (view full)

Properties

Properties

rate: UAProperty<number, UInt16>