The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 Forum for Python
 Export data from .OGGU graph file

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
hullierThan Posted - 01/10/2021 : 03:52:06 AM
Origin Ver. and Service Release (Select Help-->About Origin): 2021
Operating System:win10

Hi,
I have a large number of Graphs saved in a folder as .OGGU files. I would like to export the data of each of these as a .txt file.
I know it is possible to do this manually by right click on the content of one of the layers and then "create worksheet" and then export as ASCII.

Is there a way to do this in code?

Thanks in advance
3   L A T E S T    R E P L I E S    (Newest First)
YimingChen Posted - 01/25/2021 : 2:47:37 PM
Please check this page on finding menu command ID:
https://www.originlab.com/doc/LabTalk/ref/Menu-cmd#Finding_a_menu_command_ID

James
hullierThan Posted - 01/23/2021 : 05:02:45 AM
Hi,

thank you this was really helpful.

May I ask how you found the menu ID (38051)?

All the best
YimingChen Posted - 01/11/2021 : 2:42:56 PM
Hi,

Can you open all graphs in Origin, then run the LT script below?

doc -e LP {	
	menu -e 38051;
}

doc -e LB {
	expASC type:=0 path:="E:\%H_$(page.active)" separator:=TAB;
}


Yiming

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000