Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-6
707B-901-01 Rev. A / August 2010
5.
Where saved
. Indicates where the command settings reside once they are used on an
instrument. Options include:
•
Create configuration script:
This command is saved as part of the configuration script if you save the
current configuration into a script with the
createconfigscript()
command or the MENU - SCRIPT
- CREATE-CONFIG option from the front panel.
•
Not saved:
Command is not saved anywhere and must be typed each time you use it.
•
Nonvolatile memory:
Storage area in the instrument where information is saved when the instrument
is turned off.
•
System settings
•
6.
Default value:
Presents the default value or constant for the command. If you read a value, a
number is returned. The returned numbers are defined in the Usage or Details sections of the
command description.
Command usage
The
Usage
section of the instrument control command listing shows how to properly structure the
command. Each line in the Usage section is a separate variation of the command usage; all possible
command usage options are shown here.
Figure 89: Command usage section
Parameter value options
User-defined
parameter
Structure of command usage
3
1
2
1.
Structure of command usage:
Shows how the parts of the command should be organized.
2.
User-defined parameters:
Indicated by italics. For example, for the function
beeper.beep(duration, frequency)
, replace duration with the number of seconds and
frequency with the frequency of the tone. For example,
beeper.beep(2, 2400)
generates a
two-second, 2400 Hz tone.
NOTE