Layer

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:REConfigure:LAYer:RCONfig
class Layer[source]

Layer commands group definition. 2 total commands, 1 Sub-groups, 1 group commands

get_rconfig()RsCmwCdma2kSig.enums.RadioConfig[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:REConfigure:LAYer:RCONfig
value: enums.RadioConfig = driver.configure.reconfigure.layer.get_rconfig()

Sets the radio configuration (RC) to be proposed to the MS during an active connection. Trigger the reconfiguration of the current connection via method RsCmwCdma2kSig.Call.Reconfigure.start.

return

radio_config: F1R1 | F2R2 | F3R3 | F4R3 | F5R4 The allowed values for the forward and reverse fundamental channel depends on the ‘1st Service Option’.

set_rconfig(radio_config: RsCmwCdma2kSig.enums.RadioConfig)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:REConfigure:LAYer:RCONfig
driver.configure.reconfigure.layer.set_rconfig(radio_config = enums.RadioConfig.F1R1)

Sets the radio configuration (RC) to be proposed to the MS during an active connection. Trigger the reconfiguration of the current connection via method RsCmwCdma2kSig.Call.Reconfigure.start.

param radio_config

F1R1 | F2R2 | F3R3 | F4R3 | F5R4 The allowed values for the forward and reverse fundamental channel depends on the ‘1st Service Option’.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.reconfigure.layer.clone()

Subgroups