Scc<SecondaryCompCarrier>

RepCap Settings

# Range: CC1 .. CC7
rc = driver.sense.connection.ethroughput.uplink.scc.repcap_secondaryCompCarrier_get()
driver.sense.connection.ethroughput.uplink.scc.repcap_secondaryCompCarrier_set(repcap.SecondaryCompCarrier.CC1)

SCPI Command :

SENSe:LTE:SIGNaling<instance>:CONNection:ETHRoughput:UL:SCC<Carrier>
class SccCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) float[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:CONNection:ETHRoughput:UL:SCC<Carrier>
value: float = driver.sense.connection.ethroughput.uplink.scc.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Returns the expected maximum throughput (averaged over one frame) for the uplink of one component carrier. The throughput is calculated for the currently selected scheduling type.

param secondaryCompCarrier:

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

return:

throughput: float Unit: Mbit/s

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.connection.ethroughput.uplink.scc.clone()