
ARBDATA? <cpd>
Returns the data from an existing arbitrary waveform. <cpd> must
be the name of an existing arbitrary waveform. The data consists of
binary coded values as specified for the ARBDATA command. The
data is sent from the arbitrary waveform between the points
specified by the ARBLIMITS command. Due to the binary data
block this command cannot be used over the RS232/ARC interface.
ARBDEFCSV <cpd>,<nrf>,
<csv ascii data>
Define a new or existing arbitrary waveform with name <cpd> and
length <nrf> and load with the data in <csv ascii data>. If the
arbitrary waveform does not exist it will be created. If it does exist
the length will be checked against that specified and a warning will
be issued if they are different and the limits will be set to the
extremes of the waveform, in either case the data will be accepted
and loaded as follows. The data consists of ascii coded values, in
the range -2048 to +2047, for each point. The values are separated
by a comma character and the data ends with <pmt>. If less data is
sent than the number of points in the waveform the old data is
retained from the point where the new data ends. If more data is
sent the extra is discarded.
ARBDEF <cpd>,<nrf>,
<bin data block>
Define a new or existing arbitrary waveform with name <cpd> and
length <nrf> and load with the data in <bin data block>. If the
arbitrary waveform does not exist it will be created. If it does exist
the length will be checked against that specified and a warning will
be issued if they are different and the limits will be set to the
extremes of the waveform, in either case the data will be accepted
and loaded as follows. The data consists of two bytes per point with
no characters between bytes or points. The point data is sent high
byte first. The data block has a header which consists of the #
character followed by several ascii coded numeric characters. The
first if these defines the number of ascii characters to follow and
these following characters define the length of the binary data in
bytes. If less data is sent than the number of points in the waveform
the old data is retained from the point where the new data ends. If
more data is sent the extra is discarded. Due to the binary data
block this command cannot be used over the RS232/ARC interface.
Waveform Sequence Control
SEQWFM <nrf>,<cpd>
Set the 'waveform' parameter for sequence segment <nrf> to
<cpd>. <cpd> must be the name of an existing arbitrary
waveform.
SEQSTEP <nrf>,<cpd>
Set the 'step on' parameter for sequence segment <nrf> to
<COUNT>, <TRGEDGE> or <TRGLEV>.
SEQCNT <nrf1>,<nrf2>
Set count for sequence segment <nrf1> to <nrf2>.
SEQSEG <nrf>,<cpd>
Set the status of sequence segment <nrf> to <ON> or <OFF>.
74