AttributeOperand QML Type
Der OPC UA AttributeOperand Typ. Mehr...
| Import Statement: | import QtOpcUa |
| Since: | QtOpcUa 5.13 |
| Status: | Deprecated since 6.9 |
Dieser Typ ist seit QtOpcUa 6.9 veraltet. Wir raten dringend davon ab, ihn in neuem Code zu verwenden.
Eigenschaften
- alias : string
- browsePath : list<OpcUaNodeId>
- indexRange : string
- nodeAttribute : Constants.NodeAttribute
- typeId : string
Detaillierte Beschreibung
Der AttributeOperand ist in OPC UA 1.05 Teil 4, 7.7.4.4 definiert. Er hat den gleichen Zweck wie SimpleAttributeOperand, bietet aber mehr konfigurierbare Optionen.
Dokumentation der Eigenschaft
alias : string
Alias-Name für den Operanden. Dies ermöglicht die Verwendung dieser Instanz als Operand für andere Operationen im Filter.
browsePath : list<OpcUaNodeId>
Suchpfad zu dem Knoten, der das Attribut enthält.
import QtOpcUa as QtOpcUa QtOpcUa.AttributeOperand { ... browsePath: [ QtOpcUa.NodeId { identifier: "Message" ns: "http://opcfoundation.org/UA/" } ... ] }
indexRange : string
Zeichenkette des Indexbereichs, die zur Identifizierung eines einzelnen Wertes oder einer Teilmenge des Attributwerts verwendet wird.
import QtOpcUa as QtOpcUa QtOpcUa.AttributeOperand { ... indexRange: "0:2" }
nodeAttribute : Constants.NodeAttribute
Attribut des Knotens, auf den browsePath verweist. Der Standardwert ist Constants.NodeAttribute.Value.
import QtOpcUa as QtOpcUa QtOpcUa.AttributeOperand { ... nodeAttribute: QtOpcUa.Constants.NodeAttribute.Value }
typeId : string
Node id des Typdefinitionsknotens. Der Operand ist vom Typ oder einem seiner Subtypen.
import QtOpcUa as QtOpcUa QtOpcUa.AttributeOperand { ... typeId: "ns=0;i=2041" }
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.