isGood
This function is used by Ignition's Expression language.
Description​
Tests to see whether or not the given value is good quality.
Syntax​
isGood(value)
Parameters
- Object value - A value to check if the quality is good.
Results
- Boolean - True if the value's quality is good, False if it is not.
Examples​
Code Snippet
isGood({path/to/myTag}) //Returns True if the value's quality is good, False otherwise.