Standard Accessories of S3331 handheld spectrum analyzer
Item Name Qty
1 Main Machine 1 Set
2 AC/DC Adaptor 1 pcs
3 CD 1 pcs
Options of the S3331 handheld sp ect rum anal yz er:
www.salukitec.com
Option Number Item
S3331-01 100kHz - 1.5GHz tracking source
S3331-02 100kHz - 3.2GHz tracking source
S3331-03 PC control software
S3331-04 Soft pack bag
Tel: 886.2.2175 2930 Email: sales@salukitec.com
3
www.salukitec.com
Preface
Thanks for choosing S3331 handheld spectrum analyzer produced by Saluki Technology Inc. Please read this quick starter manual
carefully for your convenience.
Manual No.
S3331-03-03
Version
Rev01 2016.09 Saluki Technology
Manual Auth orizat ion
The information contained in this Manual is subject to change without notice. The power to interpret the contents of and terms used in
this Manual rests with Saluki.
Saluki Tech owns the copyright of this Manual which should not be modified or tampered by any organization or individual, or reproduced
or transmitted for the purpose of making profit without its prior permission, otherwise Saluki will reserve the right to investigate and affix
legal liability of infringement.
Product Quality Assurance
The warranty period of the product is 18 months from the date of delivery.
Product Quality Certificate
The product meets the indicator requirements of the manual at the time of delivery. Calibration and measurement are completed by the
measuring organization with qualifications specified by the state , and relevant data are provided for reference.
Quality/Environment Management
Research, development, manufacturing and testing of the product comply with the requirements of the quality and environmental
management system.
Contacts
Service Tel: 886.2.2175 2930
Website: www.salukitec.com
Email: info@salukitec.com
Address:
No. 367 Fuxing N Road, Taipei 105,T aiwan (R.O.C.)
1.2. Introduction to the SCPI command ..................................................................................................................................... 5
1.2.1. Command format ............................................................................................................................................... 5
1.2.2. Symbol Description ............................................................................................................................................ 6
1.2.3. Parameter Type ................................................................................................................................................. 6
SCPI (Standard Commands for Programmable Instrument) is a standard instruction set of programmable instrument on IEEE 488.2. The
SCPI command is divided into two parts: the IEEE 488.2 common command and the SCPI instrument specific control command.
The common command is a command that the instrument specified by IEEE 488.2 must support, and its syntax and semantics follow the
requirements of IEEE 488.2. Common commands are independent of measurement and are used to control reset, self-test, and state
operations. Refer to the IEEE 488.2 section for an introduction to the SCPI common command.
SCPI instrument specific control commands for measuring, access to data and other operations, including all measurement functions and
some calculation functions.
1.2.1. Command format
The SCPI command is a tree hierarchy, including multiple subsystems, each consisting of a root key and one or more hierarchical
keywords. The command line begins with a colon " : "; the keywords are separated by a colon " : " followed by an optional parameter; the
question mark " ? " Is appended to the command line to indicate that the function is queried; commands and parameters are separated
by a space " ".
CALCulate is the root of the command, BANDwidth and NDB are the second and third level keywords. The command line begins with a
colon "," and separates the keywords at all levels. <Rel_ampl> represents the settable parameter; the question mark "?" Indicates the
query; the command: CALCulate: BANDwidth: NDB and the parameter <rel_ampl> is separated by a space “ “.
In some commands with parameters, usually with a comma ", " separate multiple parameters, such as:
: SYSTem: DATE <year>, <month>, <day>
1.2.2. Symbol Description
The following four symbols are not the contents of the SCPI command, but are usually used to describe the parameters in the command.
1.2.2.1. Braces {}
The parameters in braces are optional, can be empty, or can be set one or more parameters.
The parameters contained in the commands described in this manual can be classified into the following six types: Boolean, keyword,
integer, continuous real, discrete, ASCII string.
1.2.3.1. boolean
The parameter values are "OFF", "ON", "0" or "1".
Example
: DISPlay: MENU: STATe OFF | ON | 0 | 1
1.2.3.2. keywords
The value of the parameter is the value listed.
Example
: DISPlay: AFUnction: POSition BOTTom | CENTer | TOP
The parameters are "BOTTom", "CENTer" or "TOP".
1.2.3.3. Integer
Unless otherwise noted, the parameter can take any integer value within the valid range. Note that this time, please do not set the
parameters to decimal format, otherwise an exception will occur.
Example
: DISPlay: BRIGtness <integer>
The parameter <integer> is any integer in the range 0 to 255.
1.2.3.4. Continuous real type
Any continuous real parameters is allowed in the effective range of precision requirements (usually the default accuracy is six digits after
decimal point).
Example
: CALCulate: BANDwidth: NDB <rel_ampl>
The parameter <rel_ampl> desires a real number between -100 and 100.
1.2.3.5. Discrete
Parameters can only take from the specified values, and these values are not continuous.
Example
: CALCulate: MARKer <n>: MAXimum: MAX
The parameter <n> can only be 1, 2, 3, or 4.
1.2.3.6. ASCII string
The parameter value is a combination of ASCII characters.
Example
: SYSTem: DATE <year>, <month>, <day>
8
Tel: 886.2.2175 2930 Email: sales@salukitec.com
www.salukitec.com
The parameter is the set date format string.
1.2.4. Command abbreviation
All commands are case insensitive, user can use uppercase or lowercase. Meanwhile if abbreviations to be used, users must type in all
the capital letters in the command format.
Example
: CALCulate: BANDwidth: NDB?
Can be abbreviated as :
: CALC: BAND: NDB?
9
Tel: 886.2.2175 2930 Email: sales@salukitec.com
www.salukitec.com
2. Sub-command
This chapter introduces the sub-command system of the S3331 in the alphabet sequence (except IEEE 488.2 standard commands).
IEEE488.2
32H:CALibration
33H
:CALCulate
:CONFigure
34H
:DISPlay
35H
:FETCh
36H
:HCOPy
37H
:INITiate
38H
:MMEMory
39H
[:SENSe]
40H
:SYSTem
41H
:TRACe
42H
:OUTPut
43H
:SOURce
:UNIT
Note: In this command set, if there is no special description, the query function is not installed, will return "N / A" (without quotation
marks), and when the query function is not validated or the type does not match, Returns "ERR" (without the quotation marks). Each
instruction ends with a semicolon (;)
2.1. IEEE488.2
The IEEE standard defines common commands for querying instrument basic information or performing common basic operations.
These commands usually begin with "*" and the command key length is 3 characters.
*IDN?
Command Format *IDN?
Query the instrument ID string
Description
*IDN?
Company, S3331B, SN20000101 V1.8.0.1033
Note
ID string is consisted of 4 parts:
Company name + Equipment type + Serial No. + Revision No.
10
*RST
Command Format *RST
Description Reset the instrument
2.2. :CALibration
:CALibration[:ALL]
Tel: 886.2.2175 2930 Email: sales@salukitec.com
www.salukitec.com
Command Format
Description For user calibration
Note
:CALibration:RESTore
Command Format :CALibration:RESTore
Description Restore to default calibration status
Note
:CALibration[:ALL]
:CALibration[:ALL]?
When the instrument is connected to a calibration signal, user can run this command to do user calibration
For S3331 the calibration signal frequency is 440MHz, amplitude is -20dBm
11
2.3. :CALCulate
:CALCulate:MARKer[n]:FCOunt[:STATe]
Tel: 886.2.2175 2930 Email: sales@salukitec.com
www.salukitec.com
Command Format
Description
Note Enable/disable frequency counter
:CALCulate:MARKer:FCOunt:RESolution <bw>
Command Format
Description Set or inquire resolution of frequency counter