Syntax and Commands
3-98 AFG3000 Series Arbitrary/Function Generators Reference Manual
TRACe |DATA:CATalo g?
This query-only command returns the names of user waveform memory and edit
memory.
Group Trace
Syntax TRACe|DATA:CATalog?
Arguments None
Returns <string>
A series of strings separated by commas is returned. Each string is enclosed within
quotation marks.
Examples DATA:CATalog?
might return “USER1”,”USER4”,”EMEM”
This example indicates that waveform data of USER2 and USER3 are deleted and
not saved. Edit memory always has data.
TRACe|DATA:COPY (No Query Form)
This command copies the contents of edit memory (or user waveform memory) to
a specified user waveform memory (or edit memory).
Group Trace
Syntax TRACe|DATA:COPY <trace_name>,EMEMory
TRACe|DATA:COPY EMEMory,{USER[1]|USER2|USER3|USER4}
Arguments <trace_name>::={USER[1]|USER2|USER3|USER4}
This command is invalid when <trace_name> is being output.
Examples DATA:COPY USER1,EMEMory
copies the waveform data in the edit memory to the user waveform memory
USER1.
DATA:COPY EMEMory,USER1
copies the waveform data in the user waveform memory USER1 to the edit
memory.