Notational Examples; Command Terminators - Anritsu Site Master S331L Scpi Programming Manual

Handheld cable and antenna analyzer
Hide thumbs Also See for Site Master S331L:
Table of Contents

Advertisement

2-5 Notational Examples

2-5
Notational Examples
Table 2-4
provides examples of valid command syntax:
Table 2-4.
Creating Valid Commands
Command Specification
[:SENSe]:FREQuency:STARt
<frequency>{Hz|kHz|MHz|GHz}
:CALCulate:MARKer#:X
<value>{Hz|kHz|MHz|GHz,m|cm|mm,ft}
:INITiate:CONTinuous OFF|ON|0|1
Command statements read from left to right and from top to bottom. In the command
statement above, the :FREQuency keyword immediately follows the :SENSe keyword with
no separating space. A space (sp) is used between the command string and its argument.
Note that the first keyword in the command string does not require a leading colon; however,
it is good practice to always use a leading colon for all keywords. Note also that the :SENSe
keyword is optional. This is a SCPI convention for all voltage or signal source type
instruments that allows shorter command statements to be used.
The following is an example of a multiple command statement that uses two separate
commands in a single statement:
:FREQuency:STARt 10E6;:FREQuency:STOP 20E9
A semicolon is used to join the commands and a leading colon used immediately
Note
after the semicolon to start the second command.

Command Terminators

The <new line> character (ASCII 10) in the last data byte of a command string is used as a
command terminator. Use of a command terminator will reset the command path to the root
of the tree.
2-8
Valid Forms
The following all produce the same result:
:SENSe:FREQuency:STARt 1 MHZ
:SENS:FREQ:STAR 1 MHZ
:sense:frequency:start 1000000
:FREQ:STAR 1000 KHZ
The first 2 commands set the location of
marker 1. The third command sets the location
of marker 2.
:CALC:MARK:X 1 GHZ
:CALC:MARK1:X 1 GHZ
:CALC:MARK2:X 2 GHZ
The following commands are identical:
:INITiate:CONTinuous OFF
:init:cont 0
PN: 10580-00322 Rev. F
Chapter 2 — Programming with SCPI
S331L PM

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Site Master S331L and is the answer not in the manual?

Table of Contents