4.7
SENSe Subsystem
4-12
4.7.
SENSe Subsystem
4.7.1. BisSensCorrCkitType
•
Function name long BisSensCorrCkitType
•
Usage
Selects the standard kit for 1 port full calibration.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngPORT // Port number
// 1: PORT1
long lngConnector// Connector type
// 0: Female
// 1: male
long CalKitType // Specifies the CalKit type using BIS_CKIT_xxxx.
// 0: Don't Care
// 1: User Define
// 2: 3.5 mm
// 3: 3.5mm(R&S)
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
Selects the standard kit for 1 port full calibration.
When UserDeinfe is specified, the correction value specified using BisSen-
sCorrCkitUser() becomes valid, and the connector type is set to Female.
4.7.2. QrySensCorrCkitType
•
Function name long QrySensCorrCkitType
•
Usage
Reads the selected numbers of the standard kit for 1 port full calibration.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngPORT
// Port number
// 1: PORT1
long *lngConnector// Connector type
long *CalKitType // Standard kit type
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
The connector and CalKit types set using BisSensCorrCkitType() are read.
The read value is stored in the CalKitType variable.