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