Slot

SCPI Commands

FETCh:WCDMa:SIGNaling<Instance>:ULLogging:SLOT
READ:WCDMa:SIGNaling<Instance>:ULLogging:SLOT
class Slot[source]

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

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

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

slot: First slot number of the received UL HS-DPCCH/E-DPCCH/DPCCH subframe; see ‘UL Logging Measurement’ Range: 0 | 3 | 6 | 9 | 12

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

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

slot: First slot number of the received UL HS-DPCCH/E-DPCCH/DPCCH subframe; see ‘UL Logging Measurement’ Range: 0 | 3 | 6 | 9 | 12