Network and Remote Operation
R&S
®
FSVA3000/ R&S
®
FSV3000
654
User Manual 1178.8520.02 ─ 01
13.1.3
VISA Libraries
VISA is a standardized software interface library providing input and output functions to
communicate with instruments. The I/O channel (LAN or TCP/IP, USB, ...) is selected
at initialization time by one of the following:
●
The channel–specific address string ("VISA resource string") indicated in
●
An appropriately defined VISA alias (short name).
A VISA installation is a prerequisite for remote control using the following interfaces:
●
Chapter 13.1.1.2, "GPIB Interface (IEC 625/IEEE 418 Bus Interface)"
●
Chapter 13.1.1.1, "LAN Interface"
●
Chapter 13.1.1.3, "USB Interface"
For more information about VISA, refer to the user documentation.
13.1.4
Messages
The messages transferred on the data lines are divided into the following categories:
●
Interface messages
Interface messages are transmitted to the instrument on the data lines, with the
attention line being active (LOW). They are used to communicate between the con-
troller and the instrument. Interface messages can only be sent by instruments that
have GPIB bus functionality. For details see the sections for the required interface.
●
Instrument messages
Instrument messages are employed in the same way for all interfaces, if not indica-
ted otherwise in the description. Structure and syntax of the instrument messages
are described in
Chapter 13.1.5, "SCPI Command Structure"
detailed description of all messages available for the instrument is provided in the
chapter "Remote Control Commands".
There are different types of instrument messages, depending on the direction they
are sent:
–
Commands
–
Instrument responses
Commands
Commands (program messages) are messages the controller sends to the instrument.
They operate the instrument functions and request information. The commands are
subdivided according to two criteria:
●
According to the effect they have on the instrument:
–
Setting commands
cause instrument settings such as a reset of the instru-
ment or setting the frequency.
–
Queries
cause data to be provided for remote control, e.g. for identification of
the instrument or polling a parameter value. Queries are formed by directly
appending a question mark to the command header.
●
According to their definition in standards:
Remote Control Basics