Series 8650B Universal Power Meters
3-144
Publication 31470-001, Rev C, November 2, 2017
3.19.18
Zeroing
The commands used for zeroing of a sensor are based on the function code ZE. The command format is:
Syntax:
[AE or BE] ZE
[AE or BE] prefix specifies Sensor A or Sensor B
ZE is the function code for Sensor Zeroing
Example:
AE ZE
! ZEROS SENSOR A
Example 2:
BE ZE
! ZEROS SENSOR B
NOTE:
If the sensor is attached to an RF source, the source must be turned off prior to zeroing. Zeroing
before calibration is not necessary; zeroing of the sensor is part of the sensor calibration process.
The following is an example of how to zero a sensor with the GPIB program. The service request feature
determines when the zero has completed; this results in the quickest zeroing routine.
Zero:
! zero routine
ON INTR 7 GOSUB Srq_interrupt
! setup serial poll interrupt jump location
ENABLE INTR 7;2
! enable SRQ interrupts
OUTPUT 713;*SRE010
! set service request mask to 2
OUTPUT 713;CS
! clear status byte
OUTPUT 713;ZE
! start zero
Flag=0
! reset control flag
WHILE Flag=0
! wait while zeroing
END WHILE
RETURN
Srq_interrupt:
! SRQ interrupts jump here
OUTPUT 713;*STB?
ENTER 713;State
IF BIT(State, 1) THEN
PRINT GOOD ZERO
ELSE
IF BIT(State, 3) THEN
PRINT BAD ZERO
ENDIF
ENDIF
OUTPUT 713;CS
! clear status byte
Flag=1
! set control flag true
RETURN
Содержание 8650B Series
Страница 3: ...Series 8650B Universal Power Meters Publication 31470 001 Rev C November 2 2017 iii ...
Страница 18: ......
Страница 32: ......
Страница 78: ......
Страница 236: ......
Страница 244: ......
Страница 258: ......
Страница 263: ...Menu Structure Publication 31470 001 Rev C November 2 2017 D 3 Figure D 3 Modulation Sensor B Setup Menu Structure ...
Страница 265: ...Menu Stucture Publication 31470 001 Rev C November 2 2017 Page D 5 Figure D 4 Meter Setup Menu Structure ...
Страница 267: ...Publication 31470 001 Rev C November 2 2017 Last page of the document ...