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.
Session ID/Session ID Out- The current Python session ID. Session ID Out always contains the same value as Session ID.
Object Name- Name in your main module to which the value will be assigned.
Value- Value to write.
Error In/Out- Terminals for standard error functionality.