User`s guide

Example
After copying your HP 3563A/62A file from LIF to DOS using the LIF CP command
(
LIF CP A:SEFREQ FREQ), type:
SETUP63 FREQ FREQ.ASC /E:0
FREQ.ASC will contain a list of setup parameters. For example:
Measurement_mode 0
Measurement_1 2
Measurement_2 5
Window_type 11
Force/Expon_window_1 0
Force/Expon_window_2 1
Average_type 10
Overlap_percentage 0
Number_of_averages 10
Sweep_#_of_averages 1
Trigger_type 18
To interpret this data, look in the HP 3563A or HP 3562A Programming Manual at the table
‘’Enumerated Types for Instrument State Values’’ or omit the /E:0 option.
Discussion
The destination file contains one line for each field in the setup state (except qualifiers, which contain the
‘’bit’’ and ‘’don’t care’’ fields on one line). Refer to the HP 3563A or HP 3562A programming manuals
for a description of the individual fields in the setup state file.
All integers, reals, and long reals will be converted to ASCII.
Strings will be surrounded by double quotes (“).
Enumerated types will be converted to ASCII integers (if /E:0 is specified).
Qualifiers will be converted to a series of 1, 0, or X.
Sharing Data Between Analyzers
SETUP63
4-56