Pcc

SCPI Command :

SENSe:LTE:SIGNaling<instance>:CONNection:ETHRoughput:DL[:PCC]
class PccCls[source]

Pcc commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_value() float[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:CONNection:ETHRoughput:DL[:PCC]
value: float = driver.sense.connection.ethroughput.downlink.pcc.get_value()

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.

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.pcc.clone()

Subgroups