4.4.4
BisInitImmPart
4-9
4.4.4. BisInitImmPart
•
Function name long BisInitImmPart
•
Usage
Starts partial measurement
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long StartP
// Specifies the measurement start point
// (0 to 1600)
long StopP
// Specifies the measurement end point
// (0 to 1600)
•
Return value
0: Normal
2: This command was ignored because continuous measurement was set to ON.
Other: Refer to Section
•
Description
The partial measurement in the range specified using the argument StartP and
StopP starts.
However, long BistInitImm is disabled when BisInitCont() is set to ON.
If the specified end point is larger than any of the measurement points, the mea-
surement ends at the last measurement point.
4.4.5. BisInitWai
•
Function name long BisInitWai
•
Usage
Waits for the measurement to end.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
Waits for the measurement to end (long BisInitWai provides no return until the
measurement is completed).
If long BisInitWai is executed when BisInitCont()is set to ON, a response will
be returned immediately.
•
Note
Ensure that long BisInitWai provides no return until the trigger system opera-
tion is complete.