Cenable

SCPI Commands :

SYSTem:BASE:PASSword[:CENable]:STATe
SYSTem:BASE:PASSword[:CENable]
class CenableCls[source]

Cenable commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_state() UserRole[source]
# SCPI: SYSTem:BASE:PASSword[:CENable]:STATe
value: enums.UserRole = driver.system.password.cenable.get_state()

No command help available

return:

user_mode: No help available

set(user_mode: UserRole, password: str) None[source]
# SCPI: SYSTem:BASE:PASSword[:CENable]
driver.system.password.cenable.set(user_mode = enums.UserRole.ADMin, password = 'abc')

No command help available

param user_mode:

No help available

param password:

No help available