Keysight CXG, EXG, and MXG X-Series Signal Generators Programming Guide 69
Programming Examples
GPIB Programming Interface Examples
Remote Function
The HP Basic function REMOTE and the other listed IO library functions change
the signal generator from local operation to remote operation. In remote
operation, the front panel keys are disabled except for the Local key and the
line power switch. Pressing the Local key restores manual operation.
VISA Library In VISA, the viTerminate command requests a VISA session to
terminate normal execution of an asynchronous operation. The
parameter list describes the session and job id.
viTerminate
(parameter list)
NI-488.2 The NI-488.2 library function aborts any asynchronous read,
write, or command operation that is in progress. The
parameter ud is the interface or device descriptor.
ibstop(int ud)
SICL The Keysight SICL function aborts any command currently
executing with the session id. This function is supported with
C/C++ on Windows 3.1 and Series 700 HP-UX.
iabort (id)
Library Function Statement Initialization Command
Library Function Statement Initialization Command
HP Basic The REMOTE 719 function disables the front panel
operation of all keys with the exception of the
Local key.
10 REMOTE 719
VISA Library The VISA library, at this time, does not have a similar
command.
N/A
NI-488.2 The NI-488.2 library function asserts the Remote Enable
(REN) GPIB line. All devices listed in the parameter list are put
into a listen-active state although no indication is generated
by the signal generator. The parameter list describes the
interface or device descriptor.
EnableRemote
(parameter list)
SICL The Keysight SICL function puts an instrument, identified by
the id parameter, into remote mode and disables the front
panel keys. Pressing the
Local key on the signal generator
front panel restores manual operation. The parameter id is the
session identifier.
iremote (id)