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

AVEVA™ InTouch HMI

SetQueryByString() 方法

  • Last UpdatedAug 27, 2025
  • 1 minute read

将当前查询设置为一个新字符串,以指定新的“报警供应器”集合。

语法

Object.SetQueryByString(NewQuery)

参数

NewQuery

包含报警查询的字符串。例如:

\\RepositoryNode\InTouch

示例

控件名为 AlarmTreeViewerCtrl1。

#AlarmTreeViewerCtrl1.SetQueryByString("\\RepositoryNode\InTouch");

In This Topic
Related Links