Hdrp

SCPI Commands :

ABORt:BLUetooth:MEASurement<Instance>:HDRP
STOP:BLUetooth:MEASurement<Instance>:HDRP
INITiate:BLUetooth:MEASurement<Instance>:HDRP
class HdrpCls[source]

Hdrp commands group definition. 66 total commands, 6 Subgroups, 3 group commands

abort() None[source]
# SCPI: ABORt:BLUetooth:MEASurement<Instance>:HDRP
driver.hdrp.abort()

No command help available

abort_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: ABORt:BLUetooth:MEASurement<Instance>:HDRP
driver.hdrp.abort_with_opc()

No command help available

Same as abort, but waits for the operation to complete before continuing further. Use the RsCmwBluetoothMeas.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>:HDRP
driver.hdrp.initiate()

No command help available

initiate_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: INITiate:BLUetooth:MEASurement<Instance>:HDRP
driver.hdrp.initiate_with_opc()

No command help available

Same as initiate, but waits for the operation to complete before continuing further. Use the RsCmwBluetoothMeas.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>:HDRP
driver.hdrp.stop()

No command help available

stop_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: STOP:BLUetooth:MEASurement<Instance>:HDRP
driver.hdrp.stop_with_opc()

No command help available

Same as stop, but waits for the operation to complete before continuing further. Use the RsCmwBluetoothMeas.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.hdrp.clone()

Subgroups