![Rohde & Schwarz 1065.6000.20 Operating Manual Download Page 411](http://html1.mh-extra.com/html/rohde-and-schwarz/1065-6000-20/1065-6000-20_operating-manual_1477758411.webp)
Contents - Maintenance and Instrument Interfaces
FSE
1065.6016.12
8.18
E-15
RSDLLibloc
The function switches the instrument temporarily to LOCAL mode.
VB format:
Function RSDLLibloc (ByVal ud%, ibsta%, iberr%, ibcntl&) As
Integer
C format:
void FAR PASCAL RSDLLibloc( short ud, short far *ibsta, short
far *iberr, unsigned long far *ibcntl)
C format (Unix):
short RSDLLibloc( short ud, short *ibsta, short *iberr,
unsigned long *ibcntl)
Parameter:
ud
Device handle
Example:
RSDLLibloc (ud, ibsta, iberr, ibcntl)
After switchover the instrument can be manually operated from the front panel. On the next access to
the instrument by means of one of the functions of the RSIB.DLL, the instrument is switched again to the
REMOTE state.
RSDLLibeot
The function enables the END message after write operations or disables it.
VB format:
Function RSDLLibeot (ByVal ud%, ByVal v%, ibsta%, iberr%,
ibcntl&) As Integer
C format:
void FAR PASCAL RSDLLibeot( short ud, short v, short far
*ibsta, short far *iberr, unsigned long far *ibcntl)
C format (Unix):
short RSDLLibsre( short ud, short v, short *ibsta, short
*iberr, unsigned long *ibcntl)
Parameter:
ud
Device handle.
v
0 - no END message
1 - send END message
Example:
RSDLLibeot (ud, 1, ibsta, iberr, ibcntl)
If the END message is disabled, the data of a command can be sent by means of several successive
write function calls. The END message must be enabled prior to the last data block.
RSDLLibrsp
The function carries out a Serial Poll and outputs the instrument status (only with Windows NT
controller)..
VB format:
Function RSDLLibrsp(ByVal ud%, spr%, ibsta%, iberr%, ibcntl&)
As Integer
C format:
void FAR PASCAL RSDLLibrsp( short ud, char far* spr, short far
*ibsta, short far *iberr, unsigned long far *ibcntl)
C format (Unix):
short RSDLLibrsp( short ud, char *spr, short *ibsta, short
*iberr, unsigned long *ibcntl)
Parameter:
ud
Device handle.
spr
Reference to status byte
Example:
RSDLLibrsp(ud, spr, ibsta, iberr, ibcntl)
Summary of Contents for 1065.6000.20
Page 3: ......
Page 5: ......
Page 17: ......
Page 57: ...Contents Description of Commands FSE 1065 6016 12 I 6 4 E 16...
Page 379: ...Contents Programming Examples FSE 1065 6016 12 I 7 2 E 1...
Page 391: ......
Page 393: ...Contents Maintenance and Instrument Interfaces FSE 1065 6016 12 I 8 2 E 15...
Page 419: ......
Page 421: ...Contents Error Messages FSE 1065 6016 12 I 9 2 E 1...
Page 429: ......