Remote – Measurement Computing Personal488 rev.3.0 User Manual
Page 113

Personal488 for Windows 95/98/Me/NT/2000
04-10-01
API Reference 6-45
Remote
Syntax
INT WINAPI Remote(DevHandleT devHandle);
devHandle
refers to either an interface or an external device. If
devHandle
refers to an
interface, then the Remote Enable (
REN
) line is asserted. If
devHandle
refers to an
external device, then that device is addressed to Listen and placed into the
Remote
state.
Returns
-1
if error
Bus States
With interface:
REN
With external device:
REN, ATN
•UNL, MTA, LAG
Examples
errorcode = Remote(ieee);
Asserts the
REN
bus line
errorcode = Remote(scope);
Asserts the
REN
bus line and addresses the
scope
device specified to Listen, to place it
in the
Remote
state
See Also
Local, LocalList, RemoteList
The
Remote
command asserts the Remote Enable (
REN
) bus management line. If an external device is
specified, then
Remote
will also address that device to Listen, placing it in the
Remote
state.