Ukey

SCPI Commands :

DISPlay:UKEY:NAME
DISPlay:UKEY:SCPI
Commands in total: 3
Subgroups: 1
Direct child commands: 2
set_name(name: str) None[source]
# DISPlay:UKEY:NAME
driver.display.ukey.set_name(name = 'abc')

No help available

set_scpi(scpi: str) None[source]
# DISPlay:UKEY:SCPI
driver.display.ukey.set_scpi(scpi = 'abc')

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
ukey_copy = driver.display.ukey.clone()

Subgroups