Stream<Stream>

RepCap Settings

# Range: S1 .. S2
rc = driver.sense.connection.ethroughput.downlink.pcc.stream.repcap_stream_get()
driver.sense.connection.ethroughput.downlink.pcc.stream.repcap_stream_set(repcap.Stream.S1)

SCPI Command :

SENSe:LTE:SIGNaling<instance>:CONNection:ETHRoughput:DL[:PCC]:STReam<Stream>
class StreamCls[source]

Stream commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Stream, default value after init: Stream.S1

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

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

param stream:

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

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