BhRate
SCPI Commands :
ABORt:BLUetooth:MEASurement<Instance>:BHRate
STOP:BLUetooth:MEASurement<Instance>:BHRate
INITiate:BLUetooth:MEASurement<Instance>:BHRate
- class BhRateCls[source]
BhRate commands group definition. 71 total commands, 7 Subgroups, 3 group commands
- abort() None[source]
# SCPI: ABORt:BLUetooth:MEASurement<Instance>:BHRate driver.bluetooth.measurement.bhRate.abort()
No command help available
- abort_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: ABORt:BLUetooth:MEASurement<Instance>:BHRate driver.bluetooth.measurement.bhRate.abort_with_opc()
No command help available
Same as abort, 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.
- initiate() None[source]
# SCPI: INITiate:BLUetooth:MEASurement<Instance>:BHRate driver.bluetooth.measurement.bhRate.initiate()
No command help available
- initiate_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: INITiate:BLUetooth:MEASurement<Instance>:BHRate driver.bluetooth.measurement.bhRate.initiate_with_opc()
No command help available
Same as initiate, 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.
- stop() None[source]
# SCPI: STOP:BLUetooth:MEASurement<Instance>:BHRate driver.bluetooth.measurement.bhRate.stop()
No command help available
- stop_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: STOP:BLUetooth:MEASurement<Instance>:BHRate driver.bluetooth.measurement.bhRate.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.bhRate.clone()
Subgroups