Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

​.QueryType 点域

  • Last UpdatedFeb 01, 2018
  • 1 minute read

显示当前报警查询的类型。

类别

报警

用法

[ErrorNumber=]GetPropertyI( "ObjectName.QueryType",TagName);

参数

ObjectName

报警对象的名称。例如,AlmObj_1。

TagName

任何整型标记

附注

此只读点域包含指定的“分布式报警显示”对象当前使用的查询类型。

数据类型

整型(只读)

有效值

1 = 历史

2 = 摘要

示例

以下语句将“分布式报警显示”对象 AlmObj_1 的当前查询类型返回给 AlmQueryType 标记:

GetPropertyI("AlmObj_1.QueryType",AlmQueryType);

另请参阅

GetPropertyI(), .QueryState

In This Topic