R&S ESU Series Operating Manual page 394

Emi test receiver
Table of Contents

Advertisement

R&S ESU
RSDLLibonl
This function switches the device to 'online' or 'offline' mode. When it is switched to
'offline' mode, the interface is released and the device handle becomes invalid. By
calling RSDLLibfind again, the communication is set up again.
VB format:
C format:
C format:
Parameters:
Example:
RSDLLTestSRQ
This function checks the status of the SRQ bit.
VB format:
C format:
C format (UNIX):
Parameters:
Example:
This function corresponds to the function RSDLLWaitSrq. The only difference is
that RSDLLTestSRQ immediately returns the current status of the SRQ bit, whereas
RSDLLWaitSrq waits for an SRQ to occur.
Operating Manual 1302.6163.12 - 03
Function RSDLLibonl (ByVal ud%, ByVal v%,
ibsta%, iberr%, ibcntl&) As Integer
void WINAPI RSDLLibonl( short ud, short v,
short far *ibsta, short far *iberr,
unsigned long far *ibcntl)
short RSDLLibonl( short ud, short v, short
*ibsta, short *iberr, unsigned long
*ibcntl)
Device handle
ud
Device state
v
0 - local
1 - remote
RSDLLibonl(ud, 0, ibsta, iberr, ibcntl)
Function RSDLLTestSrq (ByVal ud%, Result%,
ibsta%, iberr%, ibcntl&) As Integer
void WINAPI RSDLLTestSrq( short ud, short
far *result, short far *ibsta, short far
*iberr, unsigned long far *ibcntl)
short RSDLLTestSrq( short ud, short
*result, short *ibsta, short *iberr,
unsigned long *ibcntl)
Device handle
ud
Reference to an integer value in which
result
the library returns the status of the
SRQ bit
0 - no SRQ
1 - SRQ active, device requests ser-
vice
RSDLLTestSrq (ud, result%, ibsta, iberr,
ibcntl)
Instrument Functions
RSIB Interface Functions
4.363

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents