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