IqDrange

SCPI Commands

INITiate:BLUetooth:SIGNaling<Instance>:RXQuality:IQDRange
STOP:BLUetooth:SIGNaling<Instance>:RXQuality:IQDRange
ABORt:BLUetooth:SIGNaling<Instance>:RXQuality:IQDRange
FETCh:BLUetooth:SIGNaling<Instance>:RXQuality:IQDRange
class IqDrange[source]

IqDrange commands group definition. 35 total commands, 3 Sub-groups, 4 group commands

abort()None[source]
# SCPI: ABORt:BLUetooth:SIGNaling<Instance>:RXQuality:IQDRange
driver.rxQuality.iqDrange.abort()


    INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

    - INITiate... starts or restarts the measurement. The measurement enters the 'RUN' state.
    - STOP... halts the measurement immediately. The measurement enters the 'RDY' state. Measurement results are kept. The resources remain allocated to the measurement.
    - ABORt... halts the measurement immediately. The measurement enters the 'OFF' state. All measurement values are set to NAV. Allocated resources are released.

Use FETCh…STATe? to query the current measurement state.

abort_with_opc()None[source]
# SCPI: ABORt:BLUetooth:SIGNaling<Instance>:RXQuality:IQDRange
driver.rxQuality.iqDrange.abort_with_opc()


    INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

    - INITiate... starts or restarts the measurement. The measurement enters the 'RUN' state.
    - STOP... halts the measurement immediately. The measurement enters the 'RDY' state. Measurement results are kept. The resources remain allocated to the measurement.
    - ABORt... halts the measurement immediately. The measurement enters the 'OFF' state. All measurement values are set to NAV. Allocated resources are released.

Use FETCh…STATe? to query the current measurement state.

Same as abort, but waits for the operation to complete before continuing further. Use the RsCmwBluetoothSig.utilities.opc_timeout_set() to set the timeout value.

fetch()RsCmwBluetoothSig.enums.ResourceState[source]
# SCPI: FETCh:BLUetooth:SIGNaling<Instance>:RXQuality:IQDRange
value: enums.ResourceState = driver.rxQuality.iqDrange.fetch()

No command help available

return

meas_status: No help available

initiate()None[source]
# SCPI: INITiate:BLUetooth:SIGNaling<Instance>:RXQuality:IQDRange
driver.rxQuality.iqDrange.initiate()


    INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

    - INITiate... starts or restarts the measurement. The measurement enters the 'RUN' state.
    - STOP... halts the measurement immediately. The measurement enters the 'RDY' state. Measurement results are kept. The resources remain allocated to the measurement.
    - ABORt... halts the measurement immediately. The measurement enters the 'OFF' state. All measurement values are set to NAV. Allocated resources are released.

Use FETCh…STATe? to query the current measurement state.

initiate_with_opc()None[source]
# SCPI: INITiate:BLUetooth:SIGNaling<Instance>:RXQuality:IQDRange
driver.rxQuality.iqDrange.initiate_with_opc()


    INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

    - INITiate... starts or restarts the measurement. The measurement enters the 'RUN' state.
    - STOP... halts the measurement immediately. The measurement enters the 'RDY' state. Measurement results are kept. The resources remain allocated to the measurement.
    - ABORt... halts the measurement immediately. The measurement enters the 'OFF' state. All measurement values are set to NAV. Allocated resources are released.

Use FETCh…STATe? to query the current measurement state.

Same as initiate, but waits for the operation to complete before continuing further. Use the RsCmwBluetoothSig.utilities.opc_timeout_set() to set the timeout value.

stop()None[source]
# SCPI: STOP:BLUetooth:SIGNaling<Instance>:RXQuality:IQDRange
driver.rxQuality.iqDrange.stop()


    INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

    - INITiate... starts or restarts the measurement. The measurement enters the 'RUN' state.
    - STOP... halts the measurement immediately. The measurement enters the 'RDY' state. Measurement results are kept. The resources remain allocated to the measurement.
    - ABORt... halts the measurement immediately. The measurement enters the 'OFF' state. All measurement values are set to NAV. Allocated resources are released.

Use FETCh…STATe? to query the current measurement state.

stop_with_opc()None[source]
# SCPI: STOP:BLUetooth:SIGNaling<Instance>:RXQuality:IQDRange
driver.rxQuality.iqDrange.stop_with_opc()


    INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

    - INITiate... starts or restarts the measurement. The measurement enters the 'RUN' state.
    - STOP... halts the measurement immediately. The measurement enters the 'RDY' state. Measurement results are kept. The resources remain allocated to the measurement.
    - ABORt... halts the measurement immediately. The measurement enters the 'OFF' state. All measurement values are set to NAV. Allocated resources are released.

Use FETCh…STATe? to query the current measurement state.

Same as stop, but waits for the operation to complete before continuing further. Use the RsCmwBluetoothSig.utilities.opc_timeout_set() to set the timeout value.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.rxQuality.iqDrange.clone()

Subgroups