namespace http://opcfoundation.org/UA/
nodeClass VariableType
typedDefinition TransitionVariableType i=2762
dataType LocalizedText
dataType Name LocalizedText i=21
isAbstract false
interface UATransitionVariable_Base<T> {
    effectiveTransitionTime?: UAProperty<Date, DateTime>;
    id: UAProperty<any, any>;
    name?: UAProperty<QualifiedName, QualifiedName>;
    number?: UAProperty<number, UInt32>;
    transitionTime?: UAProperty<Date, DateTime>;
}

Type Parameters

Hierarchy (view full)

Properties

effectiveTransitionTime?: UAProperty<Date, DateTime>
id: UAProperty<any, any>
number?: UAProperty<number, UInt32>
transitionTime?: UAProperty<Date, DateTime>