Counters
SCPI Commands :
SYSTem:COMMunicate:BB<HW>:QSFP:NETWork:DIAGnostic:COUNters:RESet
SYSTem:COMMunicate:BB<HW>:QSFP:NETWork:DIAGnostic:COUNters
- class CountersCls[source]
Counters commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_value() List[float] [source]
# SCPI: SYSTem:COMMunicate:BB<HW>:QSFP:NETWork:DIAGnostic:COUNters value: List[float] = driver.system.communicate.bb.qsfp.network.diagnostic.counters.get_value()
No command help available
- return
hs_net_statistics: No help available
- reset() None [source]
# SCPI: SYSTem:COMMunicate:BB<HW>:QSFP:NETWork:DIAGnostic:COUNters:RESet driver.system.communicate.bb.qsfp.network.diagnostic.counters.reset()
No command help available
- reset_with_opc(opc_timeout_ms: int = - 1) None [source]
# SCPI: SYSTem:COMMunicate:BB<HW>:QSFP:NETWork:DIAGnostic:COUNters:RESet driver.system.communicate.bb.qsfp.network.diagnostic.counters.reset_with_opc()
No command help available
Same as reset, but waits for the operation to complete before continuing further. Use the RsSmw.utilities.opc_timeout_set() to set the timeout value.
- param opc_timeout_ms
Maximum time to wait in milliseconds, valid only for this call.