![ADVANTEST R3755 Series Скачать руководство пользователя страница 54](http://html.mh-extra.com/html/advantest/r3755-series/r3755-series_operation-manual_2858773054.webp)
4.7.8
BisSensCorrCsetStat
4-15
4.7.8. BisSensCorrCsetStat
•
Function name long BisSensCorrCsetStat
•
Usage
Sets calibration measurement to ON (enabled) and OFF (disabled).
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngOnoff // 0:OFF / 1:ON
•
Return value
0: Normal
-1: The upper limit (1:ON) has been set, because the IngOnoff argument with a
value other than 0/1 was incorrectly specified.
7: No error coefficient (BisSensCorrCollSave) calculation is executed.
Other: Refer to Section
•
Description
Specifies whether or not error correction measurement using calibration data is
enabled (ON) or disabled (OFF).
4.7.9. QrySensCorrCsetStat
•
Function name long QrySensCorrCsetStat
•
Usage
Reads the calibration measurement status (ON or OFF).
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
[OUT] long * lngOnoff // ON/OFF
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
The ON or OFF status set for the calibration measurement by using BisSen-
sCorrCsetStat() is read. The read data is saved in the variable lngOnoff.
The data is stored as follows:
0: Calibration measurement set to OFF.
1: Calibration measurement set to ON (normal condition).
2: Calibration measurement set to ON (interpolating condition)
4: Calibration measurement set to ON (extrapolating condition)
However, if the calibration measurement is set to ON in SensCorrCsetStat(), this
command must be set to 1. The above conditions apply only when in query.