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

    • Object value - A value to check if its quality is bad.
  • Results

    • Boolean - True if the value's quality is bad, False if it is not.

Examples​

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