![ADVANTEST R3755 Series Operation Manual Download Page 63](http://html.mh-extra.com/html/advantest/r3755-series/r3755-series_operation-manual_2858773063.webp)
4.7.32
BisSensCorrPortExtTime
4-24
4.7.32. BisSensCorrPortExtTime
•
Function name long BisSensCorrPortExtTime
•
Usage
Sets the measurement end-face correction value (port extension: [unit: sec-
onds]).
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngPortNo
// Port number
// 1: Port 1
// 2: Port 2
double dblExtTime
// Port extension correction value [Sec]
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
The port extension correction value (unit: seconds) specified using dblExtTime
is set for the port number specified using lngPortNo.
4.7.33. QrySensCorrPortExtTime
•
Function name long QrySensCorrPortExtTime
•
Usage
Reads the measurement end-face correction value (port extension: [unit: sec-
onds]).
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngPortNo
// Port number
// 1: Port 1
// 2: Port 2
double * dblExtTime // Port extension correction value [Sec]
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
The port extension correction value, which is set for the port number specified
by using the lngPortNo argument, is read.
The read value is stored in the dblExtTime variable.
4.7.34. BisSensCorrRVelCoax
•
Function name long BisSensCorrRVelCoax
•
Usage
Sets the cable propagation factor used for calculating the electrical length.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
double dblVFactor
// Value for the propagation factor
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
The propagation factor used for calculating the electrical length is set by using
dblVFactor.