Fluke PM6681 Outdoor Timer User Manual


 
n
Example
SEND :SYST:TOUT8ON or
:SYST:TOUT81
This switches timeout monitoring on.
A query, for instance :SYSTem:TOUT?,
will return 1 or 0; never ON or OFF.
Expression Data
You must enclose expression program
data in parenthesis (). Three possibilities
of expression data are as follows:
<numeric expression data>
<parameter list>
<channel list>
An example of <numeric expression data> is:
(X – 10.7E6) This subtracts a 10.7 MHz
intermediate frequency from the mea-
sured result.
An example of <parameter list> is: (5,0.02)
This is a list of two parameters; the
first one is 5 and the second one 0.02.
An example of <channel list> is: (@3),(@1)
This specifies channel 3 as the main
channel and channel 1 as the second
channel.
Other Data Types
Other data types that can be used for pa
-
rameters are the following:
String data: Always enclosed between sin
-
gle or double quotes, for example
“This is a string” or ‘This is a string.’
Character data: For this data type, the same
rules apply as for the command header
mnemonics. For example: POSitive, NEG
-
ative, EITHer.
Non-decimal data: For instance, #H3Afor hexa
decimal data.
Block data: Used to transfer any 8-bit
coded data. This data starts with a pream
-
ble that contains information about the
length of the parameter.
Example:
#218INP:IMP850;SENS810
3-12 Parameters
Introduction to SCPI
Header separator
separates the
d iffe re n t p a rts o f a
com pound header
Single or double
quote indicates
string data
Semicolon
separates several
program m essages
in a s trin g
A question
m ark indicates
th a t a re sp o n se
is requested
Square brackets
in d ica te s th a t th e
te xt in sid e is
optional
Space
separates
headers
from data
Com m a separates
se ve ra l d a ta fie ld s
from each other
A leading colon
sh o w s th a t th e
fo llo w in g
com m and
sta rts fro m th e
ro o t le v e l o f th e
com m and tree
Parenthesis
indicates
expression
data
New line
ends a
m essage
[:SENS]:FUNC "FREQ:RAT 3,1";:CALC:MATH (X - 2);:READ?
Summary