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