AttributeOperand QML Type
OPC UA AttributeOperand型。詳細...
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.13 |
プロパティ
- alias : string
- browsePath : list<OpcUaNodeId>
- indexRange : string
- nodeAttribute : Constants.NodeAttribute
- typeId : string
詳細説明
AttributeOperandはOPC UA 1.05 part 4の7.7.4.4で定義されています。SimpleAttributeOperand と同じ目的ですが、より多くの設定可能なオプションがあります。
プロパティの説明
alias : string |
オペランドの別名。これは、このインスタンスをフィルタ内の他の操作のオペランドとして使用することを可能にします。
browsePath : list<OpcUaNodeId> |
属性が保持するノードへのブラウズ・パス。
import QtOpcUa as QtOpcUa QtOpcUa.AttributeOperand { ... browsePath: [ QtOpcUa.NodeId { identifier: "Message" ns: "http://opcfoundation.org/UA/" } ... ] }
indexRange : string |
インデックス範囲 文字列。属性値の単一の値またはサブセットを識別するために使用されます。
import QtOpcUa as QtOpcUa QtOpcUa.AttributeOperand { ... indexRange: "0:2" }
nodeAttribute : Constants.NodeAttribute |
browsePath が指すノードの属性。デフォルト値はConstants.NodeAttribute.Value
です。
import QtOpcUa as QtOpcUa QtOpcUa.AttributeOperand { ... nodeAttribute: QtOpcUa.Constants.NodeAttribute.Value }
typeId : string |
型定義ノードのノード ID。オペランドは、型またはそのサブタイプの 1 つになります。
import QtOpcUa as QtOpcUa QtOpcUa.AttributeOperand { ... typeId: "ns=0;i=2041" }
このドキュメントに含まれるコントリビューションの著作権は、それぞれの所有者に帰属します。 このドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。