LT-Script-Example
Last Update: 2/3/2015
There are many LabTalk script files (with OGS file extension) located in the folder of <Origin Installation Directory>/Samples/LabTalk Script Examples/. You can open any of these files from Code Builder (open by menu View: Code Builder) and view the scripts.
To run any of the examples from the Command Window, you can follow the steps below:
cd 2;
dir;
ed.open(embed_graphs.ogs);
embed_graphs;
The LabTalk Scripting Guide, the LabTalk Language Reference and Script Examples are all useful in learning LabTalk.
Keywords:LabTalk, macro, OGS