4.8.2
QrySourSeg
4-28
4.8.2. QrySourSeg
•
Function name long QrySourSeg
•
Usage
Reads basic settings such as those for CENTER, SPAN and the number of
points.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
[OUT] SourSeg * Stim // A structure pointer (the start of the array)
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description Basic settings such as those for CENTER, SPAN and the number of points set with
BisSourSeg() are read.
The read values are saved in the array specified by using the argument Stim.
•
Note
This command can specify up to 1601 segments in the R3755x/R3760.
Therefore, set the array size to 1601.
Secure a sufficiently sized array at the storage location (argument * Stim) for
the data placement. No capacity check is conducted by the API function. The
memory data may be damaged if the array size differs.
4.8.3. QrySourSegCoun
•
Function name long QrySourSegCoun
•
Usage
Reads the number of segments
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
[OUT] long * lngNum // The number of segments
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
The number of set segments are read and saved in variable lngNum.