![ADVANTEST R3755 Series Operation Manual Download Page 64](http://html.mh-extra.com/html/advantest/r3755-series/r3755-series_operation-manual_2858773064.webp)
4.7.35
QrySensCorrRVelCoax
4-25
4.7.35. QrySensCorrRVelCoax
•
Function name long QrySensCorrRVelCoax
•
Usage
Reads 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 read.
The read value is stored in the dblVFactor variable.
4.7.36. BisSensCorrSlopPhas
•
Function name long BisSensCorrSlopPhas
•
Usage
Sets phase strobe for each measurement port.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngFunc
// Measurement port
double dblSlopPhs//Phase slope [Degree]
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description A phase slope [Degree] of dblSlopPhs is set for each port specified using lng- Func.
Different data can be set for each measurement port. A sloped phase value,
where the start point is 0
°
and the end point is the specified phase value, is added
to phase data. This slope is linearly calculated at points regardless of the
frequency.
4.7.37. QrySensCorrSlopPhas
•
Function name long QrySensCorrSlopPhas
•
Usage
Reads the phase slope value for each measurement port.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngFunc
// Measurement port
."
[OUT] double *dblSlopPhs//Phase slope [Degree]
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
The phase slope for the measurement port specified using lngFunc is read.
The read value is stored in the dblSlopPhs variable.