Password

SCPI Command :

SYSTem:LXI:PASSword
class PasswordCls[source]

Password commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() str[source]
# SCPI: SYSTem:LXI:PASSword
value: str = driver.system.lxi.password.get()

This command defines the ‘LAN’ password.

return

password: String containing the password.

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

This command defines the ‘LAN’ password.

param password

String containing the password.