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

AVEVA™ InTouch HMI

IsUsable()

  • Last UpdatedSep 24, 2024
  • 1 minute read

返回一个含义如下的布尔值:指定属性的质量是否可用于计算。

类别

其它

语法

BooleanResult = IsUsable( Attribute1, Attribute2, … );

参数

Attribute1, Attribute2, ...AttributeN

一个或多个要确定质量为不可用的属性的名称。可以包含属性的变量长度列表。

返回值

如果指定的所有属性质量均为 Good 或 Uncertain,则返回 true。否则返回 false。

附注

具有 Good 或 Uncertain 质量的属性符合可用条件。此外,每个浮点或双精度属性都不能是 NaN(不是数字)。

示例

IsUsable(TIC101.PV);

IsUsable(TIC101.PV, PIC102.PV);

另请参阅

IsBad()

IsGood()

IsInitializing()

IsUncertain()

In This Topic
Related Links