Agilent Technologies 87075C Network Router User Manual


 
Chapter 7 97
COM Object Reference
SCPI.SENSe(Ch).CORRection.MULTiport.COLLect. ECAL
SCPI.SENSe(Ch).CORRection.MULTiport.COLLect.
ECAL
Object type Property
Syntax SCPI.SENSe(Ch).CORRection.MULTiport.COLLect.ECAL = Data
Description For channel 1 to channel 4, performs the calibration of the specified ports using
ECAL. This command makes a measurement of the standard and calculates
calibration coefficient successively. The calibration executed here is the test set
calibration specified by SCPI.SENSe(Ch).CORRection.MULTiport.COLLect.
METHod on page 98.
NOTE If 2 ports you specify are not a port pair, an error occurs. Also, if
SCPI.SENSe(Ch).MULTiport.STATe on page 107 is off, an error occurs.
Variable
For information on the variable (Ch), see Table 7-2, “Variable (Ch),” on page 91.
Examples
Dim EcalPort(1) As Variant
EcalPort(0) = 1
EcalPort(1) = 2
SCPI.SENSe(1).CORRection.MULTiport.COLLect.ECAL = EcalPort
Related objects SCPI.SENSe(Ch).CORRection.MULTiport.COLLect. SAVE on page 100
Equivalent key
[CAL] - Test Set Cal - Calibration - Port x-y - Ecal
Data
Description Ports for ECal
•Data (0) port 1 of pair port
•Data (1) port 2 of pair port
Data type Variant type (Variant)
Note No query