Stream<Stream>

RepCap Settings

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

SCPI Command :

FETCh:LTE:SIGNaling<instance>:EBLer[:PCC]:CQIReporting: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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal See ‘Reliability indicator’

  • Cqi_Median: int: decimal Median reported CQI value

  • Range_Absolute: int: decimal Number of reports received for the range from median CQI - 1 to median CQI + 1

  • Range_Relative: float: float RangeAbsolute as percentage of total number of received reports Unit: %

  • Bler: float: float Block error ratio (percentage of sent scheduled subframes for which no ACK has been received) Unit: %

  • Total_Number: int: decimal Total number of received CQI reports

  • Expired_Subframes: int: decimal Number of already sent scheduled subframes

fetch(stream=Stream.Default) FetchStruct[source]
# SCPI: FETCh:LTE:SIGNaling<instance>:EBLer[:PCC]:CQIReporting:STReam<Stream>
value: FetchStruct = driver.ebler.pcc.cqiReporting.stream.fetch(stream = repcap.Stream.Default)

Returns the single results of the CQI reporting view for one downlink stream of one carrier.

param stream:

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

return:

structure: for return value, see the help for FetchStruct structure arguments.

Cloning the Group

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