4.7.3
BisSensCorrCollMeth
4-13
4.7.3. BisSensCorrCollMeth
•
Function name long BisSensCorrCollMeth
•
Usage
Specifies the CAL type.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngCalMeth // Specifies the CAL type using
// BIS_CAL_xxxx
// 0: Normalization
// 1: Transmission full calibration
// 2: 1-port full calibration
•
Return value
0: Normal
1: The IngCalMeth argument is incorrectly specified.
4: This command was executed while the calibration measurement
(BisSensCorrCsetStat) was set to on.
Other: Refer to Section
•
Description
A CAL type must be specified prior to acquiring CAL data.
Actual CAL data acquisition is performed using BisSensCorrColl().
This command is unavailable while BisSensCorrCsetStat() is set to ON.
4.7.4. QrySensCorrCollMeth
•
Function name long QrySensCorrCollMeth
•
Usage
Reads the CAL type
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
[OUT] long * lngCalMeth // CAL type
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
The CAL type set using BisSensCorrCollMeth() is read. The read value is
stored in the variable lngCalMeth.