Programming Manual
–
T3AWG3K-C Series Arbitrary Waveform Generator
True-Arb Operating Mode
118
Digital Pod D
Digital Pod C
Digital Pod B
Digital Pod A
Digital Pod A
A(7)
A(6)
A(5)
A(4)
A(3)
A(2)
A(1)
A(0)/M(0)
Digital Pod B
B(7)
B(6)
B(5)
B(4)
B(3)
B(2)
B(1)
B(0)/M(1)
Digital Pod C
C(7)
C(6)
C(5)
C(4)
C(3)
C(2)
C(1)
C(0)/M(2)
Digital Pod D
D(7)
D(6)
D(5)
D4)
D(3)
D(2)
D(1)
D(0)/M(3)
The order of bytes uses the little-endian format.
It is suggested that the user make use of the StartIndex and Size to
append data in multiple queries.
Using StartIndex and Size, part of a waveform can be transferred at
a time. Very large waveforms can be transferred in chunks.
Transferring large waveforms in chunks allows external programs to
cancel the operation before it is completed.
Group
Waveform
Syntax
WLISt:WAVeform:DATA? <wfm_name>[,<StartIndex>[,<Size>]]
Related Commands
None
Arguments
<wfm_name>::=<string> is the waveform’s name in
waveform list.
<StartIndex> ::= <NR1> specifies the start byte
<Size> ::= <NR1> specifies the number of bytes to return.
Returns
<block_data>::=IEEE 488.2 block data format
Example
WLISt:WAVeform:DATA?
“TestWfm”,0,1024 returns #41024XXXX…
where XXXX… are
the first 1024 bytes of the waveform called
“TestWfm”.
Table 162: WLISt:WAVeform:DATA?
Command
WLISt:WAVeform:DELete (No Query Form)
Description
This command deletes a specified waveform (or all waveforms) from
the currently waveform list.