![ADVANTEST R3755 Series Operation Manual Download Page 57](http://html.mh-extra.com/html/advantest/r3755-series/r3755-series_operation-manual_2858773057.webp)
4.7.16
BisSensCorrCkitUser
4-18
4.7.16. BisSensCorrCkitUser
•
Function name long BisSensCorrCkitUser
•
Usage
Sets correction values of the standard kit (User Define) for 1 port full calibra-
tion.
•
Argument
typedef struct {
// For Visual C++ 6.0
double
s11_cap[4];// OPEN capacitance C0,C1,C2,C3
double
s11_open_delay;// OPEN offset (delay)
double
s11_open_loss;// OPEN offset (loss)
double
s11_open_imp;// OPEN offset (Z0)
double
s11_ind[4];// SHORT inductance L0,L1,L2,L3
double
s11_short_delay;// SHORT offset (delay)
double
s11_short_loss;// SHORT offset (loss)
double
s11_short_imp;// SHORT offset (Z0)
double
s11_res;// LOAD resistance
double
s11_load_delay;// LOAD offset (delay)
double
s11_load_loss;// LOAD offset (loss)
double
s11_load_imp;// LOAD offset (Z0)
} c1ckit_t;
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngPORT // Port number
ckit_t *ckit
// Structure pointer
long len
// Total number of bytes
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
Sets the standard kit for 1 port full calibration. Each set value for the open stan-
dard, short standard, or load standard is set to the structure variable.
* To enable the setting, the CalKit type must previously be switched to User
Define by BisSensCorrCkitType.