<< Click to Display Table of Contents >>
Manual > Control Reference > Route > Route Methods >
Checks if the quality flag of a value is BAD.
syntax
IsQualityBad(
val
)
Parameters
Type:
General purpose
value.
Return Value
Boolean
FALSE - other than BAD. TRUE - BAD.
Explanation
Checks whether the quality flag of the value is BAD. "BAD" indicates that the communication is abnormal.
Supported
○
Script Action
Can be used in server script Ver2 actions
Browser script
Can be used in browser scripts
Calculation formula syntax
Can be used in expression syntax (e.g. bind syntax)
reference
GetQuality
IsQualityGood
IsQualityBad
IsQualityUncertain