Sfn

SCPI Commands

FETCh:WCDMa:SIGNaling<Instance>:ULLogging:SFN
READ:WCDMa:SIGNaling<Instance>:ULLogging:SFN
class Sfn[source]

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

fetch()List[int][source]
# SCPI: FETCh:WCDMa:SIGNaling<instance>:ULLogging:SFN
value: List[int] = driver.uplinkLogging.sfn.fetch()

Return results of the UL logging measurement on the UL HS-DPCCH/E-DPCCH/DPCCH. The results are returned per measured subframe: <Reliability>, <SFN>subframe1, <SFN>subframe2, …, <SFN>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.

return

sfn: System frame number corresponds to the subframe number for which the UL logging information is displayed (set to modulo 4095) Range: 0 to 4095

read()List[int][source]
# SCPI: READ:WCDMa:SIGNaling<instance>:ULLogging:SFN
value: List[int] = driver.uplinkLogging.sfn.read()

Return results of the UL logging measurement on the UL HS-DPCCH/E-DPCCH/DPCCH. The results are returned per measured subframe: <Reliability>, <SFN>subframe1, <SFN>subframe2, …, <SFN>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.

return

sfn: System frame number corresponds to the subframe number for which the UL logging information is displayed (set to modulo 4095) Range: 0 to 4095