RelativeNodePath QML Type
상대 노드 경로 요소를 지정합니다. 더 보기...
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.12 |
속성
- browseName : NodeId
- includeSubtypes : bool
- isInverse : bool
- ns : NodeId
- referenceType : QOpcUa::ReferenceTypeId
자세한 설명
import QtOpcUa as QtOpcUa QtOpcUa.RelativeNodePath { ns: "Test Namespace" browseName: "SomeName" }
Node, NodeId, RelativeNodeId 를참조하세요 .
속성 문서
browseName : NodeId |
이 경로 요소의 검색 이름입니다.
includeSubtypes : bool |
이 경로 요소와 일치할 때 하위 유형을 포함할지 여부입니다. 이 속성의 기본값은 true
입니다.
isInverse : bool |
따라야 할 참조가 역방향인지 여부. 이 속성의 기본값은 false
입니다.
ns : NodeId |
이 경로 요소의 네임스페이스 이름입니다. 식별자는 숫자로 된 인덱스 또는 문자열로 된 이름일 수 있습니다. 정수로 변환할 수 있는 문자열은 네임스페이스 인덱스로 간주됩니다.
referenceType : QOpcUa::ReferenceTypeId |
이 경로 요소와 일치할 때 참조 유형입니다. QOpcUa::ReferenceTypeId 또는 NodeId 일 수 있습니다. 이 속성의 기본값은 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.