Stream<Stream>

RepCap Settings

# Range: S1 .. S2
rc = driver.ebler.trace.cqiReporting.scc.stream.repcap_stream_get()
driver.ebler.trace.cqiReporting.scc.stream.repcap_stream_set(repcap.Stream.S1)

SCPI Command :

FETCh:LTE:SIGNaling<instance>:EBLer:TRACe:CQIReporting:SCC<Carrier>: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

fetch(secondaryCompCarrier=SecondaryCompCarrier.Default, stream=Stream.Default) List[float][source]
# SCPI: FETCh:LTE:SIGNaling<instance>:EBLer:TRACe:CQIReporting:SCC<Carrier>:STReam<Stream>
value: List[float] = driver.ebler.trace.cqiReporting.scc.stream.fetch(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default, stream = repcap.Stream.Default)

Returns the Y-values of the CQI index bar graph for one downlink stream.

Use RsCmwLteSig.reliability.last_value to read the updated reliability indicator.

param secondaryCompCarrier:

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

param stream:

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

return:

yvalue: float Comma-separated list of 16 Y-values, for CQI index 0 to 15

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.ebler.trace.cqiReporting.scc.stream.clone()