Reconfigure

SCPI Commands

CALL:CDMA:SIGNaling<Instance>:REConfigure:STARt
class Reconfigure[source]

Reconfigure commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

start()None[source]
# SCPI: CALL:CDMA:SIGNaling<Instance>:REConfigure:STARt
driver.call.reconfigure.start()

Activates the settings for the first service option and radio configuration as selected via the following commands: method RsCmwCdma2kSig.Configure.Reconfigure.Layer.Soption.first method RsCmwCdma2kSig.Configure.Reconfigure.Layer.rconfig

start_with_opc()None[source]
# SCPI: CALL:CDMA:SIGNaling<Instance>:REConfigure:STARt
driver.call.reconfigure.start_with_opc()

Activates the settings for the first service option and radio configuration as selected via the following commands: method RsCmwCdma2kSig.Configure.Reconfigure.Layer.Soption.first method RsCmwCdma2kSig.Configure.Reconfigure.Layer.rconfig

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