Set Value

Set the value of a variable in the Python module.

Creates a new variable with the specified name in your Python module, overwriting any object with the same name. Dotted names are permitted; for example, passing myobj.myattribute as Object Name will attempt to set the value of myattribute on myobj.

../_images/Set.png
int32_in int32_out Session ID/Session ID Out
The current Python session ID. Session ID Out always contains the same value as Session ID.
string_in Object Name
Name in your main module to which the value will be assigned.
variant_in Value
Value to write.
error_in error_out Error In/Out
Terminals for standard error functionality.