![ADVANTEST R3755 Series Operation Manual Download Page 47](http://html.mh-extra.com/html/advantest/r3755-series/r3755-series_operation-manual_2858773047.webp)
4.4
INITiate Subsystem
4-8
4.4.
INITiate Subsystem
4.4.1. BisInitCont
•
Function name long BisInitCont
•
Usage
Sets continuous measurement (continuity) to ON or OFF
•
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 was
specified by using a non binary value.
Other: Refer to Section
•
Description
When set to ON, BisInitImm() is disabled in continuous measurement mode.
When set to OFF, the system waits for a trigger signal in the single measure-
ment mode. Therefore, BisInitImm() must be used to start measurement.
4.4.2. QryInitCont
•
Function name long QryInitCont
•
Usage
Reads continuous measurement (continuity) status (ON or OFF).
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
[OUT] long * lngOnoff // 0:OFF / 1:ON
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
The continuous measurement (continuity) status ON or OFF set using BisInit-
Cont() is read. The read data is saved in the variable lngOnoff.
4.4.3. BisInitImm
•
Function name long BisInitImm
•
Usage
Starts measurement
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
•
Return value
0: Normal
2: This command was ignored because continuous measurement was set to ON.
Other: Refer to Section
•
Description
Starts the measurement.
However, long BistInitImm() is disabled when BisInitCont() is set to ON.