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

AVEVA™ InTouch HMI

IsGood()

  • Last UpdatedNov 23, 2020
  • 1 minute read

指定した属性の品質が Good かどうかを示すブール値を返します。

カテゴリ

その他

構文

BooleanResult = IsGood( Attribute1, Attribute2,... );

パラメータ

Attribute1、Attribute2 など

Good 品質を評価する属性の名前。属性の可変長のリストを含めることができます。

戻り値

指定したすべての属性の品質が Good である場合、True が返されます。それ以外の場合は、False が返されます。

IsGood(TIC101.PV);

IsGood(TIC101.PV, PIC102.PV);

参照項目

IsBad()IsInitializing()イシュンチェラーシュ()IsUsable()

In This Topic
Related Links