Ukey
SCPI Commands :
DISPlay:UKEY:NAME
DISPlay:UKEY:SCPI
- class UkeyCls[source]
Ukey commands group definition. 3 total commands, 1 Subgroups, 2 group commands
- set_name(name: str) None [source]
# SCPI: DISPlay:UKEY:NAME driver.display.ukey.set_name(name = 'abc')
No command help available
- param name
No help available
- set_scpi(scpi: str) None [source]
# SCPI: DISPlay:UKEY:SCPI driver.display.ukey.set_scpi(scpi = 'abc')
No command help available
- param scpi
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.display.ukey.clone()
Subgroups