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 |
|
|