Syntax and Commands
3-8 AFG3000 Series Arbitrary/Function Generators Reference Manual
General Rules for UsingSCPI commands
The following are three general rules for using SCPI commands, queries, and
parameters:
You can use single (‘ ’) or double (“ ”) quotation marks for quoted strings,
but you cannot use both types of quotation marks for the same string.
correct “This string uses quotation marks correctly.”
correct ‘This string also uses quotation marks correctly.
incorrect “This string does not use quotation marks correctly.’
You can use upper case, lower case, or a mixture of both cases for all com-
mands, queries, and parameters.
:SOURCE:FREQUENCY 10MHZ
is the same as
:source:frequency 100mhz
and
:SOURCE:frequency 10MHZ
No embedded spaces are allowed between or within nodes.
correct :OUTPUT:FILTER:LPASS:FREQUENCY 200MHZ
incorrect :OUTPUT: FILTER: LPASS:FREQUENCY 200MHZ
NOTE. Quoted strings are case sensitive.