4.9
STATus Subsystem
4-31
4.9.
STATus Subsystem
4.9.1. QryStatOper
•
Function name long QryStatOper
•
Usage
Reads calculation statuses.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
[OUT] long * lngStat // An calculation status
•
Return value
Normal (0: BIS_TRUE)
Error (1: BIS_FALSE)
•
Description
End statuses of calculation such as the modification of settings and the finishing
of a sweep operation are read. The read data is saved in the variable lngStat.
Operation status
0: A sweep is complete.
1: A sweep is in progress. (Returned when the continuous sweep mode is in
OFF status)
4.9.2. QryStatSweCoun
•
Function name long QryStatSweCoun
•
Usage
Reads measurement counter values
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
[OUT] long * lngEndP // A measurement end point (0 to 1601)
long * lngTotP // The total number of measurement points
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
Measurement counter values are read. The measurement end point data and the
total number of measurement points, which have been read, are saved in the
variables, lngEndP and lngTotP, respectively.
4.9.3. QryStatThermo
•
Function name long QryStatThermo
•
Usage
Reads the internal thermometer.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
[OUT] single *dblTemp // Temperature (°C)
•
Return value
Normal (0: BIS_TRUE)
Error (1: BIS_FALSE)
•
Description
The internal temperature sensor value is read. The read value is stored in the
dblTemp variable. (-128
°
C to +127
°
C 0.25
°
C resolution)