Conventions
The following conventions are used throughout this section.
Syntax
The following symbols are used in command syntax:
<> |
Identifiers enclosed in angular brackets indicate that a particular type of data must be specified. |
[] |
Parts enclosed in square brackets can be omitted. |
{} |
Parts enclosed in curly brackets indicate that you must select one of the items in this part. Individual items are separated by a vertical bar "|". |
Space |
Space separates commands from parameters. |
, |
Comma separates adjacent parameters. |
… |
Ellipses indicate that parameters in that part are omitted. |
Identifiers
Identifier |
Parameter |
Description |
---|---|---|
<numeric> |
Number |
{<integer>|<real>} |
<frequency> |
Frequency |
<numeric>{[HZ]|KHZ|MHZ|GHZ} |
<power> |
Power |
<numeric>{[DBM]|DBMW|DBW|KW|W|MW|UW|NW} |
<time> |
Time |
<numeric>{[S]|MS|US|NS|PS|FS} |
<phase> |
Phase |
<numeric>{[DEG]|MADEG|KDEG|MDEG|UDEG} |
<stimulus> |
Stimulus |
{<frequency>|<power>|<time>} |
<numeric list> |
Numeric List |
<numeric 1>,<numeric 2>,...<numeric N> |
<bool> |
Boolean parameter |
{0|1|ON|OFF} |
<char> |
Character parameter |
Predefined set of character strings without quotes |
<port> |
Port Number |
<integer> |
<string> |
String parameter |
Quoted string |
Equivalent COM Command
The Analyzer command system description is based on the SCPI command system because this system is used primarily in this manual. In addition, the structure of COM objects and their names are borrowed from the SCPI command system. In this manual, COM commands are presented as equivalent to SCPI commands. The description of COM commands shows differences in their function from SCPI commands. If the SCPI command does not have a COM equivalent, this is noted in its description.