Absolute

SCPI Command :

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

Absolute 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[int]: NAV returned, for future use

  • Ack: List[int]: decimal Number of received acknowledgments

  • Nack: List[int]: decimal Number of received negative acknowledgments

  • Dtx: List[int]: decimal Number of sent subframes for which no ACK and no NACK has been received

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

Returns absolute 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.