Change the tag used in the object. (Only used in digital and analog object)
void @ObjectSetTag(string class_name, string tag);
Parameters
string class_name : Class name of digital or analog object
string tag : tag name to change
Return Value
None
Example
@ObjectSetTag("AnalogString1", "AI_0001");
Description : Change the tag of the analog string object whose class name is 'AnalogString1' to 'AI_0001'.
Version Information
Supported Version:
Related Helps