Agilent Technologies 6813B Welding System User Manual


 
3 - Language Dictionary
106
TRACe:CATalog?
DATA:CATalog?
These queries return a list of defined waveform names. The list includes both pre-defined waveforms such
as SINusoid, SQUare, and CSINusoid, as well as any user-defined waveforms.
Query Syntax
TRACe:CATalog?
DATA:CATalog?
Parameters
None
Examples
TRAC:CAT? DATA:CAT?
Returned Parameters
<SRD>
Related Commands
TRAC:DATA TRAC:DEL FUNC:SHAP
TRACe:DEFine
DATA:DEFine
These commands define a new waveform with the name <waveform_name> and allocates storage for its
data. The waveform name can then be referenced by the TRACe:DATA command to define its data
values.
An optional second argument is accepted for SCPI compatibility although it serves no useful purpose in
the ac source. The second argument can be the name of an existing waveform, or the number of points in
the trace. When a second name is sent, tha data from the first waveform name is copied to the second.
When the number of points in the trace is sent, only the number 1024 is accepted.
Command Syntax
TRACe:DEFine <waveform_name> [, <waveform_name> | 1024]
DATA:DEFine <waveform_name> [, <waveform_name> | 1024]
Parameters
<waveform_name>
Examples
TRAC:DEF flattop
Related Commands
TRAC:DATA TRAC:DEL FUNC:SHAP
TRACe:DELete
DATA:DELete
These commands delete the user-defined waveform table with the name <waveform_name> and makes
its memory available for other waveforms.
Command Syntax
TRACe:DELete[:NAME] <waveform_name>
DATA:DELete[:NAME] <waveform_name>
Parameters
<waveform_name>
Examples
TRAC:DEL flattop
Related Commands
TRAC:DATA TRAC:DEF FUNC:SHAP