![Rohde & Schwarz R&S FSP Series Operating Manual Download Page 328](http://html.mh-extra.com/html/rohde-and-schwarz/rands-fsp-series/rands-fsp-series_operating-manual_1477864328.webp)
R&S FSP
Instrument Functions
RSIB Interface Functions
4.256
Operating Manual 1164.4556.12 - 06
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.
RSDLLTestSRQ
This function checks the status of the SRQ bit.
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.
VB format:
Function RSDLLibonl (ByVal ud%, ByVal v%,
ibsta%, iberr%, ibcntl&) As Integer
C format:
void WINAPI RSDLLibonl( short ud, short v,
short far *ibsta, short far *iberr,
unsigned long far *ibcntl)
C format:
short RSDLLibonl( short ud, short v, short
*ibsta, short *iberr, unsigned long
*ibcntl)
Parameters:
ud
Device handle
v
Device state
0 - local
1 - remote
Example:
RSDLLibonl(ud, 0, ibsta, iberr, ibcntl)
VB format:
Function RSDLLTestSrq (ByVal ud%, Result%,
ibsta%, iberr%, ibcntl&) As Integer
C format:
void WINAPI RSDLLTestSrq( short ud, short
far *result, short far *ibsta, short far
*iberr, unsigned long far *ibcntl)
C format (UNIX):
short RSDLLTestSrq( short ud, short
*result, short *ibsta, short *iberr,
unsigned long *ibcntl)
Parameters:
ud
Device handle
result
Reference to an integer value in which
the library returns the status of the
SRQ bit
0 - no SRQ
1 - SRQ active, device requests ser-
vice
Example:
RSDLLTestSrq (ud, result%, ibsta, iberr,
ibcntl)
Summary of Contents for R&S FSP Series
Page 1: ...R S FSP Spectrum Analyzer Operating Manual 1164 4556 12 06 Test Measurement Operating Manual ...
Page 24: ...R S FSP Putting into Operation 1 2 Operating Manual 1164 4556 12 06 ...
Page 72: ...R S FSP Manual Operation 3 2 Operating Manual 1164 4556 12 06 ...
Page 793: ...R S FSP Index Operating Manual 1164 4556 12 06 4 11 ...
Page 794: ...R S FSP 4 12 Operating Manual 1164 4556 12 06 ...
Page 795: ...Operating Manual 1164 4556 12 06 4 13 R S FSP ...
Page 796: ...R S FSP 4 14 Operating Manual 1164 4556 12 06 ...