Relative

SCPI Command :

FETCh:LTE:SIGNaling<instance>:EBLer[:PCC]:HARQ:STReam<Stream>:SUBFrame:RELative
class RelativeCls[source]

Relative commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal See ‘Reliability indicator’

  • Sent: List[float]: NAV returned, for future use

  • Ack: List[float]: float Received acknowledgments (percentage of ACK+NACK+DTX in the column) Unit: %

  • Nack: List[float]: float Received negative acknowledgments (percentage of ACK+NACK+DTX in the column) Unit: %

  • Dtx: List[float]: float Sent subframes for which no ACK and no NACK has been received (percentage of ACK+NACK+DTX in the column) Unit: %

fetch(stream=Stream.Default) FetchStruct[source]
# SCPI: FETCh:LTE:SIGNaling<instance>:EBLer[:PCC]:HARQ:STReam<Stream>:SUBFrame:RELative
value: FetchStruct = driver.ebler.pcc.harq.stream.subframe.relative.fetch(stream = repcap.Stream.Default)

Returns relative HARQ results for one downlink stream. All columns of the ‘HARQ per Subframe’ result table are returned: <Reliability>, {<Sent>, <ACK>, <NACK>, <DTX>}column 0, {…}column 1, …, {…}column 9

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.