NodeOPCUA API Documentation
    Preparing search index...

    Interface AttributeOperandOptions

    interface AttributeOperandOptions {
        alias?: UAString;
        attributeId?: number;
        browsePath?: RelativePathOptions;
        indexRange?: NumericRange;
        nodeId?: NodeIdLike | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    alias?: UAString
    attributeId?: number
    browsePath?: RelativePathOptions
    indexRange?: NumericRange
    nodeId?: NodeIdLike | null