Password

SCPI Command :

SYSTem:LXI:PASSword
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# SYSTem:LXI:PASSword
value: str = driver.system.lxi.password.get()

This command defines the ‘LAN’ password.

Returns:

password: String containing the password.

set(password: str) None[source]
# SYSTem:LXI:PASSword
driver.system.lxi.password.set(password = 'abc')

This command defines the ‘LAN’ password.

Parameters:

password – String containing the password.