All
SCPI Commands :
TEST<HW>:ALL:RESult
TEST<HW>:ALL:STARt
- class AllCls[source]
All commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_result() RsSmbv.enums.Test [source]
# SCPI: TEST<HW>:ALL:RESult value: enums.Test = driver.test.all.get_result()
Queries the result of the performed selftest. Start the selftest with method RsSmbv.Test.All.start.
- return
result: 0| 1| RUNning| STOPped
- start() None [source]
# SCPI: TEST<HW>:ALL:STARt driver.test.all.start()
No command help available
- start_with_opc(opc_timeout_ms: int = - 1) None [source]
# SCPI: TEST<HW>:ALL:STARt driver.test.all.start_with_opc()
No command help available
Same as start, but waits for the operation to complete before continuing further. Use the RsSmbv.utilities.opc_timeout_set() to set the timeout value.
- param opc_timeout_ms
Maximum time to wait in milliseconds, valid only for this call.