Keysight Technologies J-BERT M8020A Programming Manual page 91

M8000 series of ber test solutions
Hide thumbs Also See for J-BERT M8020A:
Table of Contents

Advertisement

Keysight M8070A Programming Guide
Query Responses
It is possible to interrogate the individual settings and status of a device
using query commands. Retrieving data is a two-stage operation.
The query command is sent from the controller using the OUTPUT
statement and the data is read from the device using the ENTER
statement. A typical example is the SCPI IEEE 488.2 Common Command
*IDN? which queries the identity of a device.
When sending strings to the instrument, either the double quote (") or
NOTE
the single quote may be used ('), the latter being more suited to PASCAL
programs, which make use of a single quote; the former being more
suited to use in BASIC programs, which use a double quote as a
delimiter.
Command Separators
The SCPI command structure is hierarchical and is governed by commas,
semicolons and colons:
Commas are used to separate parameters in one command.
Colons are used to separate levels.
Semicolons are used to send more than one command to the
instrument at a time.
It is possible to send several commands in one pass, as long as the
commands all belong to the same node in the SCPI tree. The commands
have to be separated by semicolons.
The following SCPI commands provide examples of this.
SOURce:VOLTage:OFFSet 'M2.DataOut2',-0.99
SOURce:VOLTage:AMPLitude 'M2.DataOut2',1.11
These commands can also be sent as follows:
VOLT:OFFS 'M2.DataOut2',-0.99; 'M2.DataOut2',AMPL 1.11
SCPI Command Language
4
91

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the J-BERT M8020A and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

J-bert m8030aJ-bert m8040a

Table of Contents