Scc<SecondaryCompCarrier>

RepCap Settings

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

SCPI Command :

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

Scc commands group definition. 2 total commands, 1 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:DL:SCC<Carrier>
value: float = driver.sense.connection.ethroughput.downlink.scc.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Returns the expected maximum throughput (averaged over one frame) for the sum of all DL streams 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.downlink.scc.clone()

Subgroups