Set LabTalk string variable
LT_set_str(var, value)
True if success, and False if it fails.
EX1
import PyOrigin PyOrigin.LT_set_str('strvar','example') PyOrigin.LT_get_str('strvar')
LT_get_str