![Rohde & Schwarz R&S FSV Quick Start Manual Download Page 166](http://html.mh-extra.com/html/rohde-and-schwarz/rands-fsv/rands-fsv_quick-start-manual_1477866166.webp)
Brief Introduction to Remote Control
R&S
®
FSVA/FSV
143
Quick Start Guide 1321.3066.02 ─ 05
7
Brief Introduction to Remote Control
The instrument can be remote-controlled via the network (LAN interface). For
details on configuring the LAN interface see
Chapter 3.6, "Setting Up a Network
The instrument can be remote-controlled via the network (LAN interface). For
details on configuring the LAN interface see
Chapter 3.6, "Setting Up a Network
For details on setting the interface see
Chapter 3.8, "Configuring the GPIB Inter-
The following programming examples are structured hierarchically, i.e. the later
examples are based on the preceding ones. This allows you to easily assemble a
well-functioning program by using the modules of the program examples. More
complex examples are provided in the Operating Manual, chapter "Remote Con-
trol - Programming Examples"
7.1
Basic Steps in Remote Control Programming
The following examples explain how to program the instrument and can be used
as a basis for solving enhanced programming tasks.
Visual Basic was used as the programming language. However, the programs
can be implemented in other languages as well.
Using backslashes
In programming languages such as C, C++ or programs such as MATLAB
or NI
Interactive Control, a backslash starts an escape sequence (e.g. "\n"
is used to start a new line). In these programming languages and programs,
two backslashes instead of one must be used in remote commands, e.g. in
Chapter 7.2.4.1, "Storing Instrument Settings"
instead of
MMEM:STOR:STAT 1,'C:\USER\DATA\TEST1'
use
MMEM:STOR:STAT 1,'C:\\USER\\DATA\\TEST1'
Basic Steps in Remote Control Programming
Summary of Contents for R&S FSV
Page 25: ......