Receiver Calibration

SCPI.SENSe(Ch).CORRection.RECeiver(Pt).STATe

Attribute Detail
Object Type Property (read/write)
Data Type Boolean
Target Port Pt of channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Pt: port number 1–2 (see Table 2 on page 25)
Description The ON/OFF state of the receiver correction for the port Pt.
Allowable Values True: Receiver correction ON
False: Receiver correction OFF
Preset Value False
Syntax Dim Status As Boolean
Status = app.SCPI.SENSe(Ch).CORRection.RECeiver(Pt).STATe
app.SCPI.SENSe(Ch).CORRection.RECeiver(Pt).STATe = True
Equivalent Softkeys Calibration > Receiver Calibration > Correction

SCPI.SENSe(Ch).CORRection.RECeiver(Pt).COLLect.ACQuire

Attribute Detail
Object Type Property (write only)
Data Type Long
Target Port Pt of channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Pt: port number 1–2 (see Table 2 on page 25)
Description The property writing executes the receiver calibration for the specified port Pt, using the specified source port Src to the right of the equal sign.
Range The number of the source port from 1 to 2.
Out of Range Error occurs. Error code: 222.
Syntax app.SCPI.SENSe(Ch).CORRection.RECeiver(Pt).COLLect.ACQuire = Src
Notes The property writing triggers the channel sweep independently of its current mode (continuous, single, hold) and trigger source setting. The function of the property writing waits for the completion of the calibration.
Equivalent Softkeys Calibration > Receiver Calibration > Take Cal Sweep