![ADVANTEST R3755 Series Скачать руководство пользователя страница 58](http://html.mh-extra.com/html/advantest/r3755-series/r3755-series_operation-manual_2858773058.webp)
4.7.17
QrySensCorrCkitUser
4-19
4.7.17. QrySensCorrCkitUser
•
Function name long QrySensCorrCkitUser
•
Usage
Reads correction values of the standard kit for 1 port full calibration.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngPORT // Port number
// 1: PORT1
[OUT] c1ckit_t *ckit // Structure pointer (structure initial pointer)
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
Reads the set values of the standard kit for 1 port full calibration.
The read set values of open standard, short standard, and load standard are
stored in the structure variable.
4.7.18. BisSensCorrEdelDist
•
Function name long BisSensCorrEdelDist
•
Usage
Sets electrical length correction values (distance: meters).
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngFunc
// Measurement port
// Refer to Section
."
double dblExtDist
// Electrical length correction values [m]
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
Sets electrical length correction by distance (dblExtDist: unit is in meters).
Different data can be set for each measurement port.
4.7.19. QrySensCorrEdelDist
•
Function name long QrySensCorrEdelDist
•
Usage
Reads electrical length correction values (distance: meters).
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngFunc
// Measurement port
// Refer to Section
."
double * dblExtDist
// Electrical length correction values [m]
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
Electrical length correction values are read.
The read value is stored in the dblExtDist variable.