Question
How can I switch from remote to local state via remote control?
How can I switch from remote to local state via remote control?
Using a GPIB connection, you can send a Go To Local (GTL) command.
If you use VISA, the command is viGpibControlREN and you have to send the VI_GPIB_REN_DEASSERT_GTL
mode.
You can also use this solution when you perform programming with drivers.
If you use the GPIB driver, you need the GTL command.