![ADVANTEST R3755 Series Operation Manual Download Page 61](http://html.mh-extra.com/html/advantest/r3755-series/r3755-series_operation-manual_2858773061.webp)
4.7.26
BisSensCorrOffsStat
4-22
4.7.26. BisSensCorrOffsStat
•
Function name long BisSensCorrOffsStat
•
Usage
Sets ON/OFF for the phase offset.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngOnoff // 0:OFF / 1:ON
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
Sets ON/OFF specified using lngOnoff to the phase offset.
A constant value is added to phase data. Different from the electrical length cor-
rection, the set value is always corrected regardless of the frequency.
4.7.27. QrySensCorrOffsStat
•
Function name long QrySensCorrOffsStat
•
Usage
Reads the phase offset ON/OFF setting.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long *lngOnoff // 0:OFF / 1:ON
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
ON/OFF of the phase offset set using BisSensCorrOffsStat () is read.
The read value is stored in the lngOnoff variable.
4.7.28. BisSensCorrPortExtDist
•
Function name long BisSensCorrPortExtDist
•
Usage
Sets port extension correction values (distance: meters).
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngPortNo
// Port number
// 1: Port 1
// 2: Port 2
double dblExtDist
// Electrical length correction values [m]
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
The port extension correction value (m) specified using dblExtDist is set for the
port number specified using lngPortNo.