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