R&S ESU Series Operating Manual page 395

Emi test receiver
Table of Contents

Advertisement

R&S ESU
RSDLLWaitSrq
This function waits until the device triggers an SRQ with the handle ud.
VB format:
C format:
C format (UNIX):
Parameters:
Example:
The function waits until one of the following two events occurs.
The measuring instrument triggers an SRQ.
No SRQ occurs during the time-out defined with RSDLLibtmo().
RSDLLSwapBytes
This function changes the display of binary numbers on non-Intel platforms.
VB format:
C format:
C format (UNIX):
Parameters:
Example:
This function swaps the display of various elements from Big Endian to Little Endian
and vice versa. It is expected that a coherent storage area of elements of the same
file type (size byte) is transferred to pArray. This function has no effect on Intel
platforms.
4.364
Function RSDLLWaitSrq (ByVal ud%, Result%,
ibsta%, iberr%, ibcntl&) As Integer
void WINAPI RSDLLWaitSrq( short ud, short
far *result, short far *ibsta, short far
*iberr, unsigned long far *ibcntl)
short RSDLLWaitSrq( 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 occurred during the time-
out
1 - SRQ occurred during the time-out
RSDLLWaitSrq( ud, result, ibsta, iberr,
ibcntl );
Not provided at present since it is
required only on non-Intel platforms.
void WINAPI RSDLLSwapBytes( void far
*pArray, const long size, const long count)
void RSDLLSwapBytes( void *pArray, const
long size, const long count)
Array in which modifications are made
pArray
Size of a single element in pArray
size
Number of elements in pArray
count
RSDLLSwapBytes( Buffer, sizeof(float),
ibcntl/sizeof(float))
Instrument Functions
RSIB Interface Functions
Operating Manual 1302.6163.12 - 03

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents