RemSupport

SCPI Command :

SYSTem:SECurity:NETWork:REMSupport:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# SYSTem:SECurity:NETWork:REMSupport:[STATe]
value: bool = driver.system.security.network.remSupport.get_state()

Disables communication over SSH (SCP) for service purposes.

Returns:

net_rem_support: 1 | ON | 0| OFF

set_state(net_rem_support: bool) None[source]
# SYSTem:SECurity:NETWork:REMSupport:[STATe]
driver.system.security.network.remSupport.set_state(net_rem_support = False)

Disables communication over SSH (SCP) for service purposes.

Parameters:

net_rem_support – 1 | ON | 0| OFF