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
 Origin Forum
 Restrict Data Reader tool to some datasets

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
peter.cook Posted - 01/13/2005 : 05:33:30 AM
Origin Version (Select Help-->About Origin): 7.5 SR4
Operating System: Win 2000

Hi,

Can the data reader tool be restricted to certain datasets in a plot.
I use the data reader tool to remove a point and refit the dataset with customised code bu selecting the right dataset can be a problem if there are overlaid datasets and curves.

My code is :

If(this.index==1) {
Mark -x %C;def EndToolbox [;i1=_indx[1];undo -dr %C i1 i1;
RemoveDataAndRefit;
];
//ChangeGraphName $(page.active);]; Not updated for multiple params
GetPts 1 $EXEmessage.DataPtRemove;#Selectively delete a data point;
};

but I would like to be able to restrict it to read a particular dataset.

Cheers,

Pete

2   L A T E S T    R E P L I E S    (Newest First)
peter.cook Posted - 01/14/2005 : 07:35:37 AM
Hi Mike,

Excellent assist thanks. I guess all I need do is set the 'restricted' dataset to the active dataset with my code. I can work with this.

Cheers,

pete

Mike Buess Posted - 01/13/2005 : 10:10:28 AM
Hi Pete,

This restricts the data reader to the active dataset...

dotool -r %C;

Mike Buess
Origin WebRing Member

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