System Commands 5
COMMAND SYNTAX
QUERY SYNTAX
Response format
EXAMPLE (GPIB)
RELATED COMMANDS
WaveForm_SetUp SP,<sparsing>,NP,<number>,FP,<point>,
SN,<segment>
9410/14
All others
<sparsing> :=
0 to 5000
0 to 25000
(0 = no sparsing)
<number> := 0 to 10000
0 to 50000
(0 = all points)
<point> :=
0 to 10000
0 to 50000
<segment> :=
0 to 50 0 to 200
(0 = all segments)
Note 1: After power-on, all values are set to 0 (i.e. entire wave-
forms will be transmitted without sparsing).
Note 2" Parameters are grouped in pairs. The first one names the
variable to be modified and the second one gives the new value to
be assigned. Pairs may be given in any order and may be restricted
to those variables to be changed.
WaveForm_SetUp?
WaveForm_SetUp SP,<sparsing>, NP,<number>,
FP,<point>, SN,<segment>
The following command specifies that every 3rd data point (SP=3)
starting at address 200 should be transferred.
CMD$="WFSU SP,3,FP,200"
CALL IBWRT(SCOPE%,CMD$)
INSPECT?, WAVEFORM, TEMPLATE
169