Test

SCPI Commands :

SYSTem:INFormation:TEST:SEQuence
SYSTem:INFormation:TEST:STATe
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_sequence() bytes[source]
# SYSTem:INFormation:TEST:SEQuence
value: bytes = driver.system.information.test.get_sequence()

No help available

get_state() bool[source]
# SYSTem:INFormation:TEST:STATe
value: bool = driver.system.information.test.get_state()

No help available

set_sequence(syst_info_test_sequence: bytes) None[source]
# SYSTem:INFormation:TEST:SEQuence
driver.system.information.test.set_sequence(syst_info_test_sequence = b'ABCDEFGH')

No help available