Set

SCPI Command :

SYSTem:SET
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bytes[source]
# SYSTem:SET
value: bytes = driver.system.set.get()

No help available

set(block_data: bytes) None[source]
# SYSTem:SET
driver.system.set.set(block_data = b'ABCDEFGH')

No help available