104
────────────────────────────────────────────────────
8.3.3 Specific Commands for Output Settings
────────────────────────────────────────────────────
Syntax
:LOAD:LOAD? "<name>"
"<name>" File name
Response
syntax
(Header ON)
:LOAD:LOAD "<name>",<model>,
"<ch>",<data>
(Header OFF)
"<name>",<model>,"<ch>",
<data>
Example
Transmission
Response
:LOAD:LOAD? 'WAVE.MEM'
(Header ON)
:LOAD:LOAD "WAVE.MEM",1,
"0100",1000
(Header OFF)
"WAVE.MEM",1,"0100",1000
The examples shows that the
waveform file is named WAVE.MEM,
the source model name is 8852, and
the channel 2 data is 1000 words in
length.
Function
Loads waveform information about the
specified file.
<model>
The default originating model number
is returned in NR1 format.
1 8852
2 8853
3 8806, 8806-01
4 Text (CSV)
5 8835, 8835-01
6 8841, 8842
7 8826
8 8840, 8825
9 7990 (
WAVEFORM CREATION
SOFTWARE
)
10 7075, 7075-01
11 7070
12 Text
13 8807-01, 8807-51, 8808-01, 8808-51
14 8855
<ch>
Available channel information is
returned as a string of four digits,
signifying channels 1 to 4:
'1': indicates a available channel
'0': indicates an unavailable channel
Example:
"1010" indicates available channel data
for channels 1 and 3, but none for
channels 2 and 4.
<data>
The size of data available for loading
is returned in NR1 numeric format.
Notes
With this query, if any error occurs,
no response message is produced.
The file name must be surrounded by
single (' ') or double (" ") quotes.
Long file names cannot be used. File
names are case sensitive.
A file name cannot include a
directory. Loading can be done only
from the current directory.
When the load finishes normally, EOWL
in Event Status Register 0 is set.
Errors
(Command error)
When a waveform name is not
surrounded by single (' ') or double ("
") quotes
(Execution error)
When the specified file does not exist
When the specified file is not a data
file
:LOAD:LOAD?
Query waveform file information