R&S
®
ZVA / R&S
®
ZVB / R&S
®
ZVT Command Reference
SCPI Command Reference
Operating Manual 1145.1084.12 – 30 728
CONTrol:HANDler:A[:DATA] <decimal> CONTrol:HANDler:B[:DATA] <decimal>
CONTrol:HANDler:C[:DATA] <decimal> CONTrol:HANDler:D[:DATA] <decimal>
CONTrol:HANDler:E[:DATA] <decimal> CONTrol:HANDler:F[:DATA] <decimal>
The setting commands write data to ports A, B, C, D, E, F. To write data to a port, the port must be
configured as an output port (see example). The port lines have negative logic: A "0" at a pin corresponds
to a high signal, a "1" to a low signal.
The queries read data from ports A, B, C, D, E, F. If the port is an output port, the queries return the last
value that was written to the port.
Decimal representation of an n-bit binary value.
Port A: 0 to 255 (pins A7 ... A0)
Port B: 0 to 255 (pins B7 ... B0)
Port C: 0 to 15 (pins C3 ... C0)
Port D: 0 to 15 (pins D3 ... D0)
Port E: 0 to 255 (pins D3 ... D0 C3 ... C0)
Port F: 0 to 65535 (pins B7 ... B0 A7 ... A0)
The parameters MIN, MAX, DEF are not supported.
0 (port A, B, and F)
Ports C, D, and E are configured as input ports
Note: *RST does not change the configuration of the Universal Interface. Use
CONTrol:HANDler:RESet to restore default values.
Device-specific, command or query
CONT:HAND:A:MODE OUTP
Configure port A as an output port.
CONT:HAND:A 192
Write data to port A.
CONT:HAND:B:MODE INP
Configure port B as an input port.
CONT:HAND:B?
Read data from port B.
Use the output ports A or B for channel monitoring; see CONTrol:AUXiliary:A[:DATA]?
CONTrol:HANDler:A:MODE INPut | OUTPut CONTrol:HANDler:B:MODE INPut |
OUTPut CONTrol:HANDler:C:MODE INPut | OUTPut CONTrol:HANDler:D:MODE
INPut | OUTPut
Controls the direction of the data flow at ports A, B, C, D. The direction at the combined ports E and F is
according to the configuration at the other ports.
INPut – Input of data at the port
OUTPut – Output of data at the port
Port A and B: OUTPut (also valid for port F)
Port C and D: INPut (also valid for port E)
Note: *RST does not change the configuration of the Universal Interface. Use