RxQuality

SCPI Commands

INITiate:EVDO:SIGNaling<Instance>:RXQuality
STOP:EVDO:SIGNaling<Instance>:RXQuality
ABORt:EVDO:SIGNaling<Instance>:RXQuality
class RxQuality[source]

RxQuality commands group definition. 25 total commands, 5 Sub-groups, 3 group commands

abort()None[source]
# SCPI: ABORt:EVDO:SIGNaling<instance>:RXQuality
driver.rxQuality.abort()

No command help available

abort_with_opc()None[source]
# SCPI: ABORt:EVDO:SIGNaling<instance>:RXQuality
driver.rxQuality.abort_with_opc()

No command help available

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

initiate()None[source]
# SCPI: INITiate:EVDO:SIGNaling<instance>:RXQuality
driver.rxQuality.initiate()

No command help available

initiate_with_opc()None[source]
# SCPI: INITiate:EVDO:SIGNaling<instance>:RXQuality
driver.rxQuality.initiate_with_opc()

No command help available

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

stop()None[source]
# SCPI: STOP:EVDO:SIGNaling<instance>:RXQuality
driver.rxQuality.stop()

No command help available

stop_with_opc()None[source]
# SCPI: STOP:EVDO:SIGNaling<instance>:RXQuality
driver.rxQuality.stop_with_opc()

No command help available

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

Subgroups