R&S ESU Series Operating Manual page 393

Emi test receiver
Table of Contents

Advertisement

R&S ESU
After switch over to LOCAL state, the instrument can be manually operated via the
front panel. On the next access to the instrument by means of one of the functions of
the library, the instrument is switched again to the REMOTE state.
RSDLLibeot
This function enables or disables the END message after write operations.
VB format:
C format:
C format (UNIX):
Parameters:
Example:
If the END message is disabled, the data of a command can be sent with several
successive calls of write functions. The END message must be enabled again
before sending the last data block.
RSDLLibrsp
This function performs a serial poll and provides the status byte of the device.
VB format:
C format:
C format (UNIX):
Parameters:
Example:
4.362
Function RSDLLibeot (ByVal ud%, ByVal v%,
ibsta%, iberr%, ibcntl&) As Integer
void WINAPI RSDLLibsre( short ud, short v,
short far *ibsta, short far *iberr, unsigned
long far *ibcntl)
short RSDLLibsre( short ud, short v, short
*ibsta, short *iberr, unsigned long
*ibcntl)
Device handle
ud
0 - no END message 1 – send END
v
message
RSDLLibeot (ud, 1, ibsta, iberr, ibcntl)
Function RSDLLibrsp(ByVal ud%, spr%,
ibsta%, iberr%, ibcntl&) As Integer
void WINAPI RSDLLibrsp( short ud, char far*
spr, short far *ibsta, short far *iberr,
unsigned long far *ibcntl)
short RSDLLibrsp( short ud, char *spr,
short *ibsta, short *iberr, unsigned long
*ibcntl)
Device handle
ud
Pointer to status byte
spr
RSDLLibrsp(ud, spr, ibsta, iberr, ibcntl)
Instrument Functions
RSIB Interface Functions
Operating Manual 1302.6163.12 - 03

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents