![ADVANTEST R3755 Series Operation Manual Download Page 42](http://html.mh-extra.com/html/advantest/r3755-series/r3755-series_operation-manual_2858773042.webp)
4.2.3
BisCalcTranImpType
4-3
4.2.3. BisCalcTranImpType
•
Function name long BisCalcTranImpType
•
Usage
Sets the Z conversion mode
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngType
// The Z conversion mode is specified using
// BIS_CONV_xxxx
// 0: No conversion
// 1: Transmission impedance
// 2: Transmission admittance
// 3: Reflection impedance
// 4: Reflection admittance
// 5: Inverted S parameters
•
Return value
0: Normal
1: The IngType argument is incorrectly specified.
Other: Refer to Section
•
Description
Sets the Z conversion mode
4.2.4. QryCalcTranImpType
•
Function name long QryCalcTranImpType
•
Usage
Reads the Z conversion mode.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
[OUT] long * lngType // Z conversion mode
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
The Z conversion mode set using BisCalcTranImpType() is read. The read
value is stored in the variable lngType.