![ADVANTEST R3755 Series Скачать руководство пользователя страница 55](http://html.mh-extra.com/html/advantest/r3755-series/r3755-series_operation-manual_2858773055.webp)
4.7.10
BisSensCorrCkitDefOpen
4-16
4.7.10. BisSensCorrCkitDefOpen
•
Function name long BisSensCorrCkitDefOpen
•
Usage
Sets standard open-circuit correction values
•
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 standard open-circuit correction values.
4.7.11. QrySensCorrCkitDefOpen
•
Function name long QrySensCorrCkitDefOpen
•
Usage
Reads standard open-circuit correction values.
•
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 open-circuit by using BisSensCorrCkit-
DefOpen() are read and saved in variables, dblRs, dblLs and dblCp, respec-
tively.
4.7.12. BisSensCorrCkitDefShor
•
Function name long BisSensCorrCkitDefShor
•
Usage
Sets correction values for the standard short-circuit
•
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 short-circuit.