Trx
SCPI Commands :
INITiate:BLUetooth:MEASurement<Instance>:TRX
STOP:BLUetooth:MEASurement<Instance>:TRX
ABORt:BLUetooth:MEASurement<Instance>:TRX
- class TrxCls[source]
Trx commands group definition. 9 total commands, 5 Subgroups, 3 group commands
- abort(opc_timeout_ms: int = -1) None[source]
# SCPI: ABORt:BLUetooth:MEASurement<Instance>:TRX driver.bluetooth.measurement.trx.abort()
No command help available
- param opc_timeout_ms:
Maximum time to wait in milliseconds, valid only for this call.
- initiate(opc_timeout_ms: int = -1) None[source]
# SCPI: INITiate:BLUetooth:MEASurement<Instance>:TRX driver.bluetooth.measurement.trx.initiate()
No command help available
- param opc_timeout_ms:
Maximum time to wait in milliseconds, valid only for this call.
- stop() None[source]
# SCPI: STOP:BLUetooth:MEASurement<Instance>:TRX driver.bluetooth.measurement.trx.stop()
No command help available
- stop_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: STOP:BLUetooth:MEASurement<Instance>:TRX driver.bluetooth.measurement.trx.stop_with_opc()
No command help available
Same as stop, but waits for the operation to complete before continuing further. Use the RsCMPX_BluetoothMeas.utilities.opc_timeout_set() to set the timeout value.
- param opc_timeout_ms:
Maximum time to wait in milliseconds, valid only for this call.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.bluetooth.measurement.trx.clone()
Subgroups