File Exchange
Try Origin for Free
The Origin Forum
Home
|
Profile
|
Register
|
Active Topics
|
Members
|
Search
|
FAQ
|
Send File to Tech support
Username:
Password:
Save Password
Forgot your Password?
|
Admin Options
All Forums
Origin Forum for Programming
LabTalk Forum
Layer
New Topic
Reply to Topic
Printer Friendly
Author
Topic
lucio_marianna
Germany
Posts
Posted - 01/19/2006 : 09:51:42 AM
Origin Version (Select Help-->About Origin): 7.5
Operating System: XP
Hi,
I would like to know how to retrieve the dataset from the layer, and copy it in a new one.
Thanks in advance
Mike Buess
USA
3037 Posts
Posted - 01/19/2006 : 10:39:09 AM
Use %(n, @D) to get the name of the nth dataset in the active layer...
n = 2;
%A = %(n, @D); // get name of 2nd dataset in layer
%A=;
Data1_C
Once you know the dataset's name you can add it to another layer in the same graph window like this...
page.active =
layerNumber
; // activate layer
lay -i %A;
The string variable %C always holds the name of the active dataset checked at the bottom of the Data menu.
Mike Buess
Origin WebRing
Member
lucio_marianna
Germany
Posts
Posted - 01/20/2006 : 04:34:25 AM
Thanks Mike, exactly what I was looking for!
Marianna
Topic
New Topic
Reply to Topic
Printer Friendly
Jump To:
Select Forum
Origin Forum
Origin Forum
Origin Viewer Forum
Origin Learning Edition Forum
Origin Forum for Programming
Forum for Python
Forum for Origin C
Forum for Automation Server/COM and LabVIEW
LabTalk Forum
Origin中文论坛
Origin 中文论坛 (Chinese Origin Forum)
Japanese Origin Forum
Origin日本語フォーラム (Japanese Origin Forum)
Origin on Linux
The Origin on Linux Forum
Private Forums
Distributor Forum
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page
The Origin Forum
© 2020 Originlab Corporation
Snitz Forums 2000