3 Language Dictionary
196 Keysight Models 6811C, 6812C, and 6813C Programming Guide
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, the 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.
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:DEFine <waveform_name>[, <waveform_name> | 1024]
DATA:DEFine <waveform_name>[, <waveform_name> | 1024]
Parameters <waveform_name>
Examples
TRAC:DEF flattop
Related commands TRAC TRAC:DEL FUNC:SHAP
Command syntax TRACe:DELete[:NAME] <waveform_name>
DATA:DELete[:NAME] <waveform_name>
Parameters <waveform_name>
Examples
TRAC:DEL flattop
Related commands TRAC TRAC:DEF FUNC:SHAP