Test
SCPI Commands :
SYSTem:COMMunicate:BB<HW>:QSFP:NETWork:DIAGnostic:TEST:BYTes
SYSTem:COMMunicate:BB<HW>:QSFP:NETWork:DIAGnostic:TEST:ERRors
SYSTem:COMMunicate:BB<HW>:QSFP:NETWork:DIAGnostic:TEST
- class TestCls[source]
Test commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- get_bytes() int [source]
# SCPI: SYSTem:COMMunicate:BB<HW>:QSFP:NETWork:DIAGnostic:TEST:BYTes value: int = driver.system.communicate.bb.qsfp.network.diagnostic.test.get_bytes()
No command help available
- return
rx_bytes_count: No help available
- get_errors() int [source]
# SCPI: SYSTem:COMMunicate:BB<HW>:QSFP:NETWork:DIAGnostic:TEST:ERRors value: int = driver.system.communicate.bb.qsfp.network.diagnostic.test.get_errors()
No command help available
- return
rx_errors_count: No help available
- get_value() bool [source]
# SCPI: SYSTem:COMMunicate:BB<HW>:QSFP:NETWork:DIAGnostic:TEST value: bool = driver.system.communicate.bb.qsfp.network.diagnostic.test.get_value()
No command help available
- return
test_state: No help available
- set_value(test_state: bool) None [source]
# SCPI: SYSTem:COMMunicate:BB<HW>:QSFP:NETWork:DIAGnostic:TEST driver.system.communicate.bb.qsfp.network.diagnostic.test.set_value(test_state = False)
No command help available
- param test_state
No help available