
Arbitrary Waveform Editing
ARBLIMITS
<cpd>,<nrf1>,<nrf2>
Set the limits for the arbitrary waveform with name <cpd> to start at
<nrf1> and stop at <nrf2>.
ARBRESIZE <cpd>,<nrf>
Change the size of arbitrary waveform <cpd> to <nrf>.
ARBRENAME <cpd1>,<cpd2>
Change the name of arbitrary waveform <cpd1> to <cpd2>.
ARBDELETE <cpd>
Delete the arbitrary waveform <cpd>.
ARBPOINT
<cpd>,<nrf1>,<nrf2>
Set the waveform point at address <nfr1> in arbitrary waveform
<cpd> to <nrf2>.
ARBLINE
<cpd>,<nrf1>,<nrf2>,<nrf3>,
<nrf4>
Draw a line in arbitrary waveform <cpd> from start address/data
<nrf1>/<nrf2> to stop address/data <nrf3>/<nrf4>.
ARBINSSTD
<cpd1>,<cpd2>,<nrf1>,<nrf2>
Insert the standard waveform <cpd2> into the arbitrary waveform
<cpd1> from start address <nrf1> to stop address <nrf2>. <cpd2>
must be one of <SINE>, <SQUARE>, <TRIANG>, <DC>,
<POSRMP>, <NEGRMP>, <COSINE>, <HAVSIN>, <HAVCOS>, or
<SINC> and <cpd1> must be an existing arbitrary waveform.
ARBINSARB
<cpd1>,<cpd2>,<nrf1>,<nrf2>
Insert the arbitrary waveform <cpd2> into arbitrary waveform
<cpd1>. Use that part of <cpd2> specified by the ARBLIMITS
command and insert from start address <nrf1> to stop address
<nrf2>. <cpd1> and <cpd2> must both be existing arbitrary
waveforms but they cannot be the same waveform.
ARBCOPY
<cpd>,<nrf1>,<nrf2>,<nrf3>
Block copy in arbitrary waveform <cpd> the data from start address
<nrf1> to stop address <nrf2> to destination address <nrf3>.
ARBAMPL
<cpd>,<nrf1>,<nrf2>,<nrf3>
Adjust the amplitude of arbitrary waveform <cpd> from start address
<nrf1> to stop address <nrf2> by the factor <nfr3>.
ARBOFFSET
<cpd>,<nrf1>,<nrf2>,<nrf3>
Move the data in arbitrary waveform <cpd> from start address
<nrf1> to stop address <nrf2> by the offset <nrf3>.
ARBINVERT
<cpd>,<nrf1>,<nrf2>
Invert arbitrary waveform <cpd> between start address <nrf1> and
stop address <nrf2>.
ARBLEN? <cpd>
Returns the length, in points, of the arbitrary waveform <cpd>. If the
waveform does not exist the return value will be 0.
POSNMKRCLR <cpd>
Clear all position markers from arbitrary waveform <cpd>.
POSNMKRSET <cpd>,<nrf>
Set the position marker at address <nrf> in arbitrary waveform
<cpd> to 1 (high).
POSNMKRRES <cpd>,<nrf>
Clear the position marker at address <nrf> in arbitrary waveform
<cpd> to 0 (low).
POSNMKRPAT
<cpd1>,<nrf1>,<nrf2>,<cpd2>
Put the pattern <cpd2> into the arbitrary waveform <cpd1> from
start address <nrf1> to stop address <nrf2>. The pattern may
contain up to 16 entries of '1' or '0', no other characters are allowed.
75