Keysight N432A Programming Manual page 505

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

Advertisement

Example 4: Status of Various Settings
The following example shows a program that polls registers to display the status
of various settings.
-> SYST:PRES
-> STAT:OPER:CAL:COND?
<- +0
-> CAL:ZERO:AUTO ONCE
-> STAT:OPER:CAL:COND?
<- +2
-> STAT:OPER:CAL:COND?
<- +2
Upon completion of zeroing
-> STAT:OPER:CAL:COND?
-> +0
"–>" indicates the commands that you send to the N432A.
NOTE
"<–" indicates the response from the N432A.
Keysight N432A Programming Guide
Programming Examples
// Presets the N432A.
// Queries the zeroing status of the N432A.
// Returns a 0.
// Performs zeroing.
// Queries the zeroing status of the N432A.
// The N432A is performing zeroing.
// Queries the zeroing status of the N432A.
// The N432A is performing zeroing.
// Queries the zeroing status of the N432A.
// Returns a 0 at the end of zeroing.
18
505

Advertisement

Table of Contents
loading

Table of Contents