Skip to main content
Version: 8.1

isBad

New in 8.1.10

This function is used by Ignition's Expression language.

Description​

Tests to see whether or not the given value's quality is bad.

Syntax​

isBad(value)

Parameters​

TypeParameterDescription
ObjectvalueA value to check if its quality is bad.

Returns​

Boolean - Returns true if the value's quality is bad, or false if it is not.

Examples​

Code Snippet
isBad({path/to/myTag}) //Returns True if the value's quality is bad, False otherwise.