EasyManua.ls Logo

Rohde & Schwarz SMW200A - Code Generator Templates

Rohde & Schwarz SMW200A
1312 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Network Operation and Remote Control
R&S
®
SMW200A
763User Manual 1175.6632.02 ─ 16
For information about the LXI standard, refer to the LXI website at http://www.lxistan-
dard.org.
See also "News from Rohde & Schwarz, article 2006/II - 190".
The LXI functionality in the R&S SMW is characterized by a common LAN implementa-
tion, including an ICMP ping responder for diagnostics. The instrument can be config-
ured via a web browser. A LAN Configuration Initialize (LCI) mechanism resets the
LAN configuration. The instrument also supports automatic detection in a LAN via the
VXI-11 discovery protocol and programming by means of IVI drivers.
In addition the R&S SMW provides the following LXI-related functionality:
Integrated "LXI Status" dialog for LXI status indication and reset of the LAN config-
uration, seeChapter 12.5.1, "LXI Status Settings", on page 723.
"LXI Browser Interface", as described in Chapter 12.5.2.1, "LAN Configuration",
on page 726.
"SCPI Remote Trace" utility, see "SCPI Remote Trace" on page 728.
Firmware update
To enable the full LXI functionality after a firmware update, shut down and restart the
instrument.
12.18.2 Code Generator Templates
This section describes the main structure of the code generator templates, and shows
the method by means of the NICVI template.
The code generation is controlled by templates with the following blocks:
Command Function
#EXTENSION_START
#EXTENSION_END
Defines the output file extension.
#INIT_CODE_START
#INIT_CODE_END
Contains initial entries, such as included files and
libraries, buffer size, commands for synchronization,
or creating a VISA session.
All entries between start and end are written once at
the beginning of the output file.
#COMMAND_CODE_START
#COMMAND_CODE_END
Frame for an SCPI command. A command is
accessed with %COMMAND.
#NO_COMMAND_CODE_START
#NO_COMMAND_CODE_END
Frame for a parameter with no SCPI command
available. A parameter is accessed with
%PARAMETER.
#EXIT_CODE_START
#EXIT_CODE_END
Closes the visa session.
All entries between start and end are written once at
the end of the output file.
References

Table of Contents

Related product manuals