Saving And Recalling N432A Configurations; How To Save And Recall A Configuration - Keysight N432A Programming Manual

Thermistor power meter
Hide thumbs Also See for N432A:
Table of Contents

Advertisement

Saving and Recalling N432A Configurations

To reduce repeated programming, up to ten N432A configurations can be stored
in the N432A non-volatile memory. The error list, remote addresses, sensor
calibration table data, and zeroing information are not stored.

How to save and recall a configuration

The N432A configurations can be saved and recalled using the following
commands:
*SAV <NRf>
*RCL <NRf>
The range of values for <NRf> in the above commands is 1 to 10.
For details on these commands, refer to
<NRf>"
Example program
10 ASSIGN @POWER TO 713
20 !Configure the power meter
30 OUTPUT @POWER;"UNIT:POW W"
40 OUTPUT @POWER;"SENS:CORR:GAIN2 10"
50 OUTPUT @POWER;"SENS:CORR:GAIN2:STAT ON"
60 !Save the configuration
70 OUTPUT @POWER;"*SAV 5"
80 PRINT "Configuration Saved"
90 !Now reset the power meter
100 OUTPUT @POWER;"*RST"
110 !Recall the configuration
120 OUTPUT @POWER;"*RCL 5"
130 PRINT "Configuration Recalled"
140 PRINT "Save and Recall complete"
150 END
Keysight N432A Programming Guide
on page 129.
N432A Remote Operation
"*SAV <NRf>"
on page 131 and
1
"*RCL
115

Advertisement

Table of Contents
loading

Table of Contents