![ADVANTEST R3755 Series Operation Manual Download Page 59](http://html.mh-extra.com/html/advantest/r3755-series/r3755-series_operation-manual_2858773059.webp)
4.7.20
BisSensCorrEdelStat
4-20
4.7.20. BisSensCorrEdelStat
•
Function name long BisSensCorrEdelStat
•
Usage
Sets ON/OFF for the electrical length correction function.
•
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 for electrical length correction. The amount of phase variation for the
set electrical length is corrected for the measurement data. The connection cable
phase variation is removed and used to measure the phase variation of only the
measurement target.
4.7.21. QrySensCorrEdelStat
•
Function name long QrySensCorrEdelStat
•
Usage
Reads ON/OFF for electrical length correction.
•
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 ON/OFF of the electrical length correction set by using BisSensCorrEdelStat() is
read. The read value is stored in the lngOnoff variable.
4.7.22. BisSensCorrEdelTime
•
Function name long BisSensCorrEdelTime
•
Usage
Sets electrical length correction values (time: seconds).
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngFunc // Measurement port
// Refer to Section
."
double dblExtTime
// Electrical length correction values [Sec]
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description Sets electrical length correction by time (dblExtDist: unit is in seconds per meter).
Different data can be set for each measurement port.