Remote control commands
R&S
®
SMM100A
794
User Manual 1179.1341.02 ─ 05
*RST
has no effect on data lists.
Setting parameters:
<Data>
string
Example:
:MMEMory:CDIrectory "/var/user/clists"
:SOURce1:BB:DM:CLISt:SELect "clist_marker3"
:SOURce1:BB:DM:CLISt:DATA 0,0,0,0,4,4,4,0,0,0,0...
// Enters the control values in the selected list.
// In the example, only ramps for Marker 3 are set.
Usage:
Setting only
Manual operation:
See
[:SOURce<hw>]:BB:DM:DLISt:DATA
<Data>
[:SOURce<hw>]:BB:DM:DLISt:DATA?
[<Start>[, <Count>]]
The
Setting
command sends the bit data to the selected data list. Any existing content
in the list is
overwritten
. This command only writes data into the data section of the file.
Data can be sent as block data in binary or packet format (
:FORMat ASCii |
PACKed
), each byte being interpreted as 8 data bits.
When binary data transmission is in use, use the com-
mand
:SYSTem:COMMunicate:GPIB:LTERminator EOI
to set the termination
character mode to ‘EOI control data message only’ so that a random
LF
in the data
sequence is not interpreted as
End
, thereby prematurely terminating the data transmis-
sion. The command
...LTER STAN
resets the mode.
According to the specifications, the byte sequence is defined as 'most significant byte
first'.
The
query
reads out the data part of the list file. If the query is expanded by using the
two parameters
<Start>
and
<Count>
, the list is read out in smaller sections. With-
out the parameters the total length is always read out starting from address 1.
*RST
has no effect on data lists.
Parameters:
<Data>
integer
bit data
Query parameters:
<Start>
integer
Range:
1 to 2147483647
<Count>
integer
Range:
1 to 2147483647
Example:
See
Example "Performing general tasks"
SOURce subsystem