8.2.26 LT_get_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

Get LabTalk variable

Syntax

LT_get_var(var)

Parameters

var
variable name

Return

variable value

Examples

EX1

import PyOrigin
PyOrigin.LT_execute('var=20.3')
PyOrigin.LT_get_var('var')

See Also

LT_set_var