![Rohde & Schwarz R&S FSP Series Operating Manual Download Page 323](http://html.mh-extra.com/html/rohde-and-schwarz/rands-fsp-series/rands-fsp-series_operating-manual_1477864323.webp)
Operating Manual 1164.4556.12 - 06
4.251
R&S FSP
Instrument Functions
RSIB Interface Functions
4.12.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 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 ...