SCPI Introduction
Copyright © Itech Electronic Co., Ltd.
9
quotation marks or double quotation marks are both allowed. Quotation
mark separators may also act as one part of a string, they can be typed
twice without any character added between them. String parameter is used
in the following command:
DISPlay:TEXT <quoted string>
For example, the following commands display message of "WAITING..."
(without quotation marks) on the front panel of the instrument.
DISP:TEXT "WAITING..."
Single quotation marks may also be used to display the same message.
DISP:TEXT 'WAITING...'
–
<SPD>
: string program data. String parameters enclosed in single or
double quotes.
–
<CPD>
: character program data.
1.7 Remote Interface Connections
Please refer to user manual for detailed introductions of the remote interface.
Note
If the user want to change the settings of the instrument, for instance, the output setting
value, the command SYST:REM must be sent to the instrument after finishing the
connection between the instrument and PC.