![ADVANTEST R3755 Series Скачать руководство пользователя страница 65](http://html.mh-extra.com/html/advantest/r3755-series/r3755-series_operation-manual_2858773065.webp)
4.7.38
BisSensFunc
4-26
4.7.38. BisSensFunc
•
Function name long BisSensFunc
•
Usage
Specifies measurement ports
•
Argument
[IN] long lngPID
long lngFunc
// Packet ID (specifies the value acquired
// by BisOpenPacket)
// Specifies a measurement ports by using
// BIS_MEAS_xxxx.
// 0x0000: for R input (R3755A/R3755TF)
// 0x0001: for A input (R3755A/R3755TF/R3755E)
// 0x0010: for A/R input (R3755A/R3755TF)
// 0x0100: for S11 (R3760)
// 0x0200: for S21 (R3760)
•
Return value
0: Normal
1: The IngFunc argument is incorrectly specified.
Other: Refer to Section
•
Description
Specifies measurement ports.
•
Note
For only R3760, the setting value differs.
4.7.39. QrySensFunc
•
Function name long QrySensFunc
•
Usage
Reads measurement port numbers.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
[OUT] long * lngFunc // Measurement port
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
Measurement port numbers set by using BisSensFunc() are read and saved in
variable lngFunc.