Remote

SCPI Command :

SYSTem:COMMunicate:INTernal:REMote
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# SYSTem:COMMunicate:INTernal:REMote
value: bool = driver.system.communicate.internal.remote.get()

The instrument switches between manual and remote operation. Note: If the local lockout function (LLO or SYST:KLOC ON) has been activated in the remote control mode, manual operation is no longer available until GTL (or SYST:KLOC OFF) is executed. For details, see ‘Returning to manual mode (‘local’) ‘.

Returns:

go_to_remote: ON | OFF | 0 | 1 OFF | 0 The instrument switches from remote to manual operation. You can operate the instrument locally. ON | 1 The instrument switches from manual to remote operation.

set(go_to_remote: bool) None[source]
# SYSTem:COMMunicate:INTernal:REMote
driver.system.communicate.internal.remote.set(go_to_remote = False)

The instrument switches between manual and remote operation. Note: If the local lockout function (LLO or SYST:KLOC ON) has been activated in the remote control mode, manual operation is no longer available until GTL (or SYST:KLOC OFF) is executed. For details, see ‘Returning to manual mode (‘local’) ‘.

Parameters:

go_to_remote – ON | OFF | 0 | 1 OFF | 0 The instrument switches from remote to manual operation. You can operate the instrument locally. ON | 1 The instrument switches from manual to remote operation.