![ADVANTEST R3755 Series Скачать руководство пользователя страница 41](http://html.mh-extra.com/html/advantest/r3755-series/r3755-series_operation-manual_2858773041.webp)
4.2
CALCulate Subsystem
4-2
4.2.
CALCulate Subsystem
4.2.1. BisCalcTranImpCimp
•
Function name long BisCalcTranImpCimp
•
Usage
Sets the Z conversion characteristic impedance.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
double dblZ0
// Specifies characteristic impedance (
Ω
).
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
Sets the Z conversion characteristic impedance.
4.2.2. QryCalcTranImpCim
•
Function name long QryCalcTranImpCimp
•
Usage
Reads the Z conversion characteristic impedance.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
[OUT] double * dblZ0 // Characteristic impedance (
Ω
).
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description QryCalcTranImpCimp is used to read the Z conversion characteristic impedance set
by BisCalcTranImpCimp(). The read value is stored in the variable dblZ0.