Test

SCPI Commands :

SYSTem:INFormation:TEST:SEQuence
SYSTem:INFormation:TEST:STATe
class TestCls[source]

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

get_sequence() bytes[source]
# SCPI: SYSTem:INFormation:TEST:SEQuence
value: bytes = driver.system.information.test.get_sequence()

No command help available

return

syst_info_test_sequence: No help available

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

No command help available

return

test_state: No help available

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

No command help available

param syst_info_test_sequence

No help available