EasyManuals Logo

ITech IT8200 Series Programming Guide

ITech IT8200 Series
137 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
Page #18 background imageLoading...
Page #18 background image
SCPI Introduction
Copyright © ITECH Electronic Co., Ltd. 6
âš« Vertical stripes (|) separate several parameter options with given command
strings. For Example, {VPP|VRMS|DBM} indicates that you may assign
"APP", "VRMS" or "DBM" in the above commands. Vertical stripes are not
sent along with command strings.
âš« Angle brackets (< >) in the second Example indicates that a value must be
assigned to the parameter in the brace. For Example, the parameter in the
angle bracket is <frequency> in the above syntax statements. Angle brackets
are not sent along with command strings. You must assign a value (such as
"FREQ:CENT 1000") to the parameter, unless you select other options
displayed in the syntax (such as "FREQ:CENT MIN").
âš« Some syntax elements (such as nodes and Parameter) are included in
square brackets ([ ]). It indicates that these elements can be selected and
omitted. Angle brackets are not sent along with command strings. If no value
is assigned to the optional Parameter, the instrument will select a default
value. In the above Examples, "SOURce[1|2]" indicates that you may refer to
source channel 1 by "SOURce" or "SOURce1" or "SOUR1" or "SOUR". In
addition, since the whole SOURce node is optional (in the square bracket),
you can refer to the channel 1 by omitting the whole SOURce node. It is
because the channel 1 is the default channel for SOURce language node. On
the other hand, if you want to refer to channel 2, "SOURce2" or "SOUR2"
must be used in the program line.
Colon (:)
It is used to separate key words of a command with the key words in next level.
As shown below:
APPL:SIN 455E3,1.15,0.0
In this Example, APPLy command assigns a sine wave with frequency of 455 KHz,
amplitude of 1.15 V and DC offset of 0.0 V.
Semicolon (;)
It is used to separate several commands in the same subsystem and can also
minimize typing. For Example, to send the following command string:
TRIG:SOUR EXT; COUNT 10
has the same effect as sending the following two commands:
TRIG:SOUR EXT
TRIG:COUNT 10
Question mark (?)
You can insert question marks into a command to query current values of most
Parameter. For Example, the following commands will trigger to set the count as
10:
TRIG:COUN 10
Then, you may query count value by sending the following command:
TRIG:COUN?
You may also query the allowable minimum or maximum count as follows:
TRIG:COUN?MIN
TRIG:COUN?MAX

Table of Contents

Other manuals for ITech IT8200 Series

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the ITech IT8200 Series and is the answer not in the manual?

ITech IT8200 Series Specifications

General IconGeneral
BrandITech
ModelIT8200 Series
CategoryMeasuring Instruments
LanguageEnglish