RelativeNodePath QML Type
Gibt ein relatives Knotenpfadelement an. Mehr...
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.12 |
Eigenschaften
- browseName : NodeId
- includeSubtypes : bool
- isInverse : bool
- ns : NodeId
- referenceType : QOpcUa::ReferenceTypeId
Ausführliche Beschreibung
import QtOpcUa as QtOpcUa QtOpcUa.RelativeNodePath { ns: "Test Namespace" browseName: "SomeName" }
Siehe auch Node, NodeId, und RelativeNodeId.
Eigenschaft Dokumentation
browseName : NodeId |
Suchname dieses Pfadelements.
includeSubtypes : bool |
Angabe, ob beim Abgleich mit diesem Pfadelement Subtypen berücksichtigt werden. Der Standardwert für diese Eigenschaft ist true
.
isInverse : bool |
Ob der zu verfolgende Verweis invers ist. Der Standardwert dieser Eigenschaft ist false
.
ns : NodeId |
Namespace-Name dieses Pfadelements. Der Bezeichner kann der Index als Zahl oder der Name als String sein. Eine Zeichenkette, die in eine ganze Zahl umgewandelt werden kann, wird als Namespace-Index betrachtet.
referenceType : QOpcUa::ReferenceTypeId |
Art des Verweises beim Abgleich mit diesem Pfadelement. Dies kann ein QOpcUa::ReferenceTypeId oder ein NodeId sein. Der Standardwert dieser Eigenschaft ist Constants.ReferenceTypeId.References
.
© 2025 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.