SetBad()
- Last UpdatedJul 22, 2024
- 1 minute read
Sets the quality of an attribute to Bad.
Category
Miscellaneous
Syntax
SetBad( Attribute );
Parameter
Attribute
The attribute for which you want to set the quality to Bad.
Remarks
The specified attribute needs be within the object to which the script is attached.
Example
SetBad(me.PV);