Scc<SecondaryCC>

RepCap Settings

# Range: CC1 .. CC7
rc = driver.configure.lteMeas.carrierAggregation.maping.scc.repcap_secondaryCC_get()
driver.configure.lteMeas.carrierAggregation.maping.scc.repcap_secondaryCC_set(repcap.SecondaryCC.CC1)

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:CAGGregation:MAPing:SCC<Carrier>
class SccCls[source]

Scc commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: SecondaryCC, default value after init: SecondaryCC.CC1

get(secondaryCC=SecondaryCC.Default) str[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:CAGGregation:MAPing:SCC<Carrier>
value: str = driver.configure.lteMeas.carrierAggregation.maping.scc.get(secondaryCC = repcap.SecondaryCC.Default)

No command help available

param secondaryCC:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

return:

cc: No help available

Cloning the Group

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