EasyManua.ls Logo

Microtest 6377 - Page 41

Default Icon
95 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
63
1) Discrete data
This includes words like ON, OFF and ABS.
2) Real Number
A floating point number that can be in engineering format or a number with a multiplier
suffix K (kilo-), M (mega-) or G (giga-).
For example:
FREQ 1000.0
FREQ 1E+3
FREQ 0.1E4
FREQ 1k
are all valid ways of setting a frequency of 1kHz.
3) Integer
A single integer number. Often used to indicate a Boolean state.
For example:
RANGE 1
will select range 1.
If invalid data is supplied then a command error will be generated. If data is supplied but
the instrument is not able to apply the setting, an execution error will be generated. If the
instrument is unable to exactly comply with the command and can only apply the nearest
available, a device specific error is generated. Details of these error codes can be found in
Figure 6-6.
6.1.4.2 Hierarchical Commands
As described in the previous section, SCPI uses a command tree to simplify device
programming. This structure is similar to the directory structure used on most computers. To
access a specific command in a specific mode the user must supply the path’ to reach that
particular command within the tree.
When the unit is powered up the initial path is ‘root’ which is the top level from which all paths
must start.
Note that common commands (which by convention always start with the ‘*’ character) are not
part of the tree and can be accessed regardless of the current path.
So to select the impedance measurement function in measurement mode, the path must describe
the command tree as below:

Table of Contents

Related product manuals