All

SCPI Commands :

TEST<HW>:ALL:RESult
TEST<HW>:ALL:STARt
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_result() Test[source]
# 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() .

Returns:

result: 0 | 1| RUNning | STOPped

start() None[source]
# TEST<HW>:ALL:STARt
driver.test.all.start()

No help available

start_with_opc(opc_timeout_ms: int = -1) None[source]
# TEST<HW>:ALL:STARt
driver.test.all.start_with_opc()

No 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.

Parameters:

opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.