R&S ESU
Instrument Functions
RSIB Interface Functions
4.358
Operating Manual 1302.6163.12 - 03
4.14.1.2
Description of Interface Functions
RSDLLibfind()
The function provides a handle for access to the device with the name
udName
.
The function must be called prior to all other functions of the interface.
As return value, the function provides a handle that must be indicated in all functions
for access to the device. If the device with the name
udName
is not found, the han-
dle has a negative value.
RSDLLibwrt
This function sends data to the device with the handle
ud
.
This function allows setting and query commands to be sent to the measuring instru-
ments. Whether the data is interpreted as a complete command can be set using the
function
RSDLLibeot()
.
RSDLLilwrt
This function sends
Cnt
bytes to a device with the handle
ud
.
VB format:
Function RSDLLibfind (ByVal udName$, ibsta%,
iberr%, ibcntl&) As Integer
C format:
short WINAPI RSDLLibfind( char far *udName,
short far *ibsta, short far *iberr, unsigned
long far *ibcntl)
C format (UNIX):
short RSDLLibfind( char *udName, short
*ibsta, short *iberr, unsigned long *ibcntl)
Parameters:
udName
IP address of device
Example:
ud = RSDLLibfind ("89.10.38.97", ibsta,
iberr, ibcntl)
VB format:
Function RSDLLibwrt (ByVal ud%, ByVal Wrt$,
ibsta%, iberr%, ibcntl&) As Integer
C format:
short WINAPI RSDLLibwrt( short ud, char far
*Wrt, short far *ibsta, short far *iberr,
unsigned long far *ibcntl )
C format (UNIX):
short RSDLLibwrt( short ud, char *Wrt, short
*ibsta, short *iberr, unsigned long *ibcntl
)
Parameters:
ud
Device handle
Wrt
String sent to the device.
Example:
RSDLLibwrt(ud, "SENS:FREQ:STAR?", ibsta,
iberr, ibcntl)
VB format:
Function RSDLLilwrt (ByVal ud%, ByVal Wrt$,
ByVal Cnt&, ibsta%, iberr%, ibcntl&) As
Integer
C format:
short WINAPI RSDLLilwrt( short ud, char far
*Wrt, unsigned long Cnt, short far *ibsta,
short far *iberr, unsigned long far *ibcntl)
Summary of Contents for 1129.7246.03
Page 1: ...R S ESU EMI Test Receiver Operating Manual 1302 6163 12 03 Test Measurement Operating Manual ...
Page 25: ......
Page 27: ...R S ESU Putting into Operation 1 2 Operating Manual 1302 6163 12 03 ...
Page 29: ...R S ESU Getting Started 2 2 Operating Manual 1302 6163 12 03 ...
Page 31: ...R S ESU Manual Operation 3 2 Operating Manual 1302 6163 12 03 ...
Page 349: ...R S ESU Instrument Functions Basic Settings 4 318 Operating Manual 1302 6163 12 03 ...
Page 405: ...R S ESU Instrument Functions User Port 4 374 Operating Manual 1302 6163 12 03 ...
Page 439: ...R S ESU Remote Control Basics Status Reporting System 5 34 Operating Manual 1302 6163 12 03 ...
Page 841: ...R S ESU Error Messages Device Specific Messages 9 10 Operating Manual 1302 6163 12 03 ...
Page 854: ...Operating Manual 1302 6163 12 03 10 13 R S ESU ...
Page 855: ...R S ESU 10 14 Operating Manual 1302 6163 12 03 ...