T O P I C R E V I E W |
praveen248 |
Posted - 03/16/2017 : 08:43:07 AM I have to execute Origin labtalk scripts from Python Or Other tool, How to create an executable file of labtalk scripts
Regards, Praveen Battula
B.V.Praveen |
1 L A T E S T R E P L I E S (Newest First) |
yuki_wu |
Posted - 03/16/2017 : 10:18:36 PM Hi,
In your Python code, you can import the PyOrigin module and make use of the functions it provides to access Origin objects: http://www.originlab.com/doc/python/PyOrigin
The functions LT_execute provided by the PyOrigin module can help to execute the Labtalk script: http://www.originlab.com/doc/python/PyOrigin/Global-Functions/LT_execute
Hope it helps.
Regards, Yuki OriginLab
|
|
|