R&S ESU Series Operating Manual page 392

Emi test receiver
Table of Contents

Advertisement

R&S ESU
The file name may as well include a drive or path specification.
RSDLLibtmo
This function defines the time-out for a device. The default value for the time-out is
set to 5 seconds.
VB format:
C format:
C format (UNIX):
Parameters:
Example:
RSDLLibsre
This function sets the device to the 'LOCAL' or 'REMOTE' state.
VB format:
C format:
C format (UNIX):
Parameters:
Example:
RSDLLibloc
This function temporarily switches the device to the 'LOCAL' state.
VB format:
C format:
C format (UNIX):
Parameter:
Example:
Operating Manual 1302.6163.12 - 03
Function RSDLLibtmo (ByVal ud%, ByVal tmo%,
ibsta%, iberr%, ibcntl&) As Integer
void WINAPI RSDLLibtmo( short ud, short tmo,
short far *ibsta, short far *iberr, unsigned
long far *ibcntl )
short RSDLLibtmo( short ud, short tmo, short
*ibsta, short *iberr, unsigned long *ibcntl
)
Device handle
ud
Time-out in seconds
tmo
RSDLLibtmo (ud, 10, ibsta, iberr, ibcntl)
Function RSDLLibsre (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
State of device
v
0 - local
1 - remote
RSDLLibsre (ud, 0, ibsta, iberr, ibcntl)
Function RSDLLibloc (ByVal ud%, ibsta%,
iberr%, ibcntl&) As Integer
void WINAPI RSDLLibloc( short ud, short far
*ibsta, short far *iberr, unsigned long far
*ibcntl)
short RSDLLibloc( short ud, short *ibsta,
short *iberr, unsigned long *ibcntl)
Device handle
ud
RSDLLibloc (ud, ibsta, iberr, ibcntl)
Instrument Functions
RSIB Interface Functions
4.361

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents