Rsn

SCPI Commands

FETCh:WCDMa:SIGNaling<Instance>:ULLogging:CARRier<Carrier>:RSN
READ:WCDMa:SIGNaling<Instance>:ULLogging:CARRier<Carrier>:RSN
class Rsn[source]

Rsn commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

fetch()List[RsCmwWcdmaSig.enums.RetransmisionSeqNr][source]
# SCPI: FETCh:WCDMa:SIGNaling<instance>:ULLogging:CARRier<carrier>:RSN
value: List[enums.RetransmisionSeqNr] = driver.uplinkLogging.carrier.rsn.fetch()

Return results of the UL logging measurement on the E-DPCCH. The results are returned per measured subframe: <Reliability>, <RSN>subframe1, <RSN>subframe2, …, <RSN>subframe n The number of subframes n is configured via method RsCmwWcdmaSig.Configure.UplinkLogging.msFrames.

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

Global Repeated Capabilities: repcap.Carrier
return

rsn: DTX | 0 | 1 | 2 | 3 Retransmission sequence number: DTX: no answer received from the UE 0: new transmission 1: first retransmission 2: second retransmission 3: higher than second retransmission

read()List[RsCmwWcdmaSig.enums.RetransmisionSeqNr][source]
# SCPI: READ:WCDMa:SIGNaling<instance>:ULLogging:CARRier<carrier>:RSN
value: List[enums.RetransmisionSeqNr] = driver.uplinkLogging.carrier.rsn.read()

Return results of the UL logging measurement on the E-DPCCH. The results are returned per measured subframe: <Reliability>, <RSN>subframe1, <RSN>subframe2, …, <RSN>subframe n The number of subframes n is configured via method RsCmwWcdmaSig.Configure.UplinkLogging.msFrames.

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

Global Repeated Capabilities: repcap.Carrier
return

rsn: DTX | 0 | 1 | 2 | 3 Retransmission sequence number: DTX: no answer received from the UE 0: new transmission 1: first retransmission 2: second retransmission 3: higher than second retransmission