namespace http://opcfoundation.org/UA/
nodeClass DataType
name PublishedVariableDataType
isAbstract false
interface DTPublishedVariable {
    attributeId: number;
    deadbandType: number;
    deadbandValue: number;
    indexRange: UAString;
    metaDataProperties: QualifiedName[];
    publishedVariable: NodeId;
    samplingIntervalHint: number;
    substituteValue: VariantOptions;
}

Hierarchy (view full)

Properties

attributeId: number
deadbandType: number
deadbandValue: number
indexRange: UAString
metaDataProperties: QualifiedName[]
publishedVariable: NodeId
samplingIntervalHint: number
substituteValue: VariantOptions