8.2.28 LT_set_var

It is recommended that you switch to the originpro package. PyOrigin is primarily for users who need to work with Origin version prior to 2021.


Description

Set LabTalk variable

Syntax

LT_set_var( var, value)

Parameters

var
variable name
value
variable value

Return

True if success, and False if it fails.

Examples

EX1

import PyOrigin
PyOrigin.LT_set_var('var',20.3)
PyOrigin.LT_get_var('var')


See Also

LT_get_var