![ADVANTEST R3755 Series Operation Manual Download Page 56](http://html.mh-extra.com/html/advantest/r3755-series/r3755-series_operation-manual_2858773056.webp)
4.7.13
QrySensCorrCkitDefShor
4-17
4.7.13. QrySensCorrCkitDefShor
•
Function name long QrySensCorrCkitDefShor
•
Usage
Reads correction values for the standard short-circuit.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
[OUT] double * dblRs // Impedance (Rs) [
Ω
]
double * dblLs // Inductance (Ls) [H]
double * dblCp // Capacitance (Cp) [F]
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description Correction values set for the standard short-circuit by using BisSensCorrCkit-
DefShor() are read and saved in variables, dblRs, dblLs and dblCp, respec- tively.
4.7.14. BisSensCorrCkitDefLoad
•
Function name long BisSensCorrCkitDefLoad
•
Usage
Sets correction values for the standard load.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
double dblRs
// Specify impedance (Rs) [
Ω
]
double dblLs
// Specify inductance (Ls) [H]
double dblCp // Specify capacitance (Cp) [F]
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
Sets correction values for the standard load.
4.7.15. QrySensCorrCkitDefLoad
•
Function name long QrySensCorrCkitDefLoad
•
Usage
Reads correction values for the standard load.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
[OUT] double * dblRs // Impedance (Rs) [
Ω
]
double * dblLs // Inductance (Ls) [H]
double * dblCp // Capacitance (Cp) [F]
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description Correction values set for the standard load by using BisSensCorrCkitDefLoad() are
read. The read values are saved in variables, dblRs, dblLs and dblCp,
respectively.