Scc<SecondaryCompCarrier>

RepCap Settings

# Range: CC1 .. CC7
rc = driver.configure.scc.repcap_secondaryCompCarrier_get()
driver.configure.scc.repcap_secondaryCompCarrier_set(repcap.SecondaryCompCarrier.CC1)

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:SCC:AMODe
class SccCls[source]

Scc commands group definition. 6 total commands, 5 Subgroups, 1 group commands Repeated Capability: SecondaryCompCarrier, default value after init: SecondaryCompCarrier.CC1

get_amode() AutoManualModeExt[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:SCC:AMODe
value: enums.AutoManualModeExt = driver.configure.scc.get_amode()

Selects the SCC activation mode. For manual triggering of a state transition, see method RsCmwLteSig.Call.Scc.Action.set.

return:

mode: AUTO | MANual | SEMiauto AUTO All SCCs are activated automatically at RRC connection establishment, so that the state ‘MAC Activated’ is reached. MANual Each state transition step must be initiated separately for each SCC. So several actions are required to reach the state ‘MAC Activated’. SEMiauto The activation must be initiated manually for each SCC. As a result, all state transitions required to reach the state ‘MAC Activated’ are performed.

set_amode(mode: AutoManualModeExt) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:SCC:AMODe
driver.configure.scc.set_amode(mode = enums.AutoManualModeExt.AUTO)

Selects the SCC activation mode. For manual triggering of a state transition, see method RsCmwLteSig.Call.Scc.Action.set.

param mode:

AUTO | MANual | SEMiauto AUTO All SCCs are activated automatically at RRC connection establishment, so that the state ‘MAC Activated’ is reached. MANual Each state transition step must be initiated separately for each SCC. So several actions are required to reach the state ‘MAC Activated’. SEMiauto The activation must be initiated manually for each SCC. As a result, all state transitions required to reach the state ‘MAC Activated’ are performed.

Cloning the Group

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

Subgroups