T O P I C R E V I E W |
keiran121 |
Posted - 07/27/2011 : 07:24:58 AM Is there a way to see the commands (i.e. what could be typed into the command window) Origin executes when I'm creating a graph via the appropriate windows? |
2 L A T E S T R E P L I E S (Newest First) |
greg |
Posted - 08/08/2011 : 1:05:55 PM If Origin runs an external script for a menu option, you can open the script in Code Builder and view it by holding down Ctrl+Shift keys while selecting the menu option. If the code is internal, you will only see a dump of the menu ID. That code can be executed with domenu ######; // where ##### is the menu ID but is not guaranteed to be the same across Origin versions.
|
easwar |
Posted - 07/28/2011 : 2:45:32 PM Hi,
For creating graphs from script, please first take a look at the Graphing chapter of the LabTalk Guide, which is in your help files, and also can be found here on our wiki: http://wiki.originlab.com/~originla/ltwiki/index.php?title=Category:LT_Graphing
Then if you need further help with scripting, please post in the LabTalk forum.
Easwar OriginLab
|
|
|