IsUncertain()
- Last UpdatedSep 24, 2024
- 1 minute read
返回一个含义如下的布尔值:指定属性的质量是否为 Uncertain。
类别
其它
语法
BooleanResult = IsUncertain( Attribute1, Attribute2, … );
参数
Attribute1、Attribute2 等等
您要确定质量为 Uncertain 的属性的名称。可以包含属性的变量长度列表。
返回值
如果指定的属性中有任何一个质量为 Uncertain,则返回 true。否则返回 false。
示例
IsUncertain(TIC101.PV);
IsUncertain(TIC101.PV, PIC102.PV);