UplinkLogging

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:ULLogging:TOUT
CONFigure:WCDMa:SIGNaling<Instance>:ULLogging:SCCYcle
CONFigure:WCDMa:SIGNaling<Instance>:ULLogging:SSFN
CONFigure:WCDMa:SIGNaling<Instance>:ULLogging:MSFRames
CONFigure:WCDMa:SIGNaling<Instance>:ULLogging:REPetition
class UplinkLogging[source]

UplinkLogging commands group definition. 5 total commands, 0 Sub-groups, 5 group commands

get_ms_frames()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:ULLogging:MSFRames
value: int = driver.configure.uplinkLogging.get_ms_frames()

Defines the number of subframes to be measured per measurement cycle (statistics cycle) .

return

meas_sub_frames: Volume of measured consecutive UL HS-DPCCH/E-DPCCH/DPCCH subframes Range: 15 to 10E+3

get_repetition()RsCmwWcdmaSig.enums.Repeat[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:ULLogging:REPetition
value: enums.Repeat = driver.configure.uplinkLogging.get_repetition()

Specifies the repetition mode of the measurement. The repetition mode specifies whether the measurement is stopped after a single-shot or repeated continuously. Use method RsCmwWcdmaSig.Configure.UplinkLogging.msFrames to define the number of subframes to be measured per single shot.

return

repetition: SINGleshot | CONTinuous SINGleshot: Single-shot measurement CONTinuous: Continuous measurement

get_sccycle()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:ULLogging:SCCYcle
value: bool = driver.configure.uplinkLogging.get_sccycle()

Enables in the UL logging RX measurement to be started two subframes before a CPC cycle one.

return

enable: OFF | ON

get_ssfn()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:ULLogging:SSFN
value: int or bool = driver.configure.uplinkLogging.get_ssfn()

Specifies the first system frame number for which the UL HS-DPCCH/E-DPCCH/DPCCH information is displayed. System frame number corresponds to the subframe number of the UL HS-DPCCH/E-DPCCH/DPCCH.

return

sfn: First system frame number set to modulo 4095 Range: 0 to 4095 Additional ON / OFF enables or disables the use of SFN.

get_timeout()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:ULLogging:TOUT
value: float = driver.configure.uplinkLogging.get_timeout()

Defines a timeout for the measurement. The timer is started when the measurement is initiated via a READ or INIT command. It is not started if the measurement is initiated manually ([ON | OFF] key or [RESTART | STOP] key) . When the measurement has completed the first measurement cycle (first single shot) , the statistical depth is reached and the timer is reset. If the first measurement cycle has not been completed when the timer expires, the measurement is stopped. The measurement state changes to RDY. The reliability indicator is set to 1, indicating that a measurement timeout occurred. Still running READ, FETCh or CALCulate commands are completed, returning the available results. At least for some results, there are no values at all or the statistical depth has not been reached. A timeout of 0 s corresponds to an infinite measurement timeout.

return

timeout: Unit: s

set_ms_frames(meas_sub_frames: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:ULLogging:MSFRames
driver.configure.uplinkLogging.set_ms_frames(meas_sub_frames = 1)

Defines the number of subframes to be measured per measurement cycle (statistics cycle) .

param meas_sub_frames

Volume of measured consecutive UL HS-DPCCH/E-DPCCH/DPCCH subframes Range: 15 to 10E+3

set_repetition(repetition: RsCmwWcdmaSig.enums.Repeat)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:ULLogging:REPetition
driver.configure.uplinkLogging.set_repetition(repetition = enums.Repeat.CONTinuous)

Specifies the repetition mode of the measurement. The repetition mode specifies whether the measurement is stopped after a single-shot or repeated continuously. Use method RsCmwWcdmaSig.Configure.UplinkLogging.msFrames to define the number of subframes to be measured per single shot.

param repetition

SINGleshot | CONTinuous SINGleshot: Single-shot measurement CONTinuous: Continuous measurement

set_sccycle(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:ULLogging:SCCYcle
driver.configure.uplinkLogging.set_sccycle(enable = False)

Enables in the UL logging RX measurement to be started two subframes before a CPC cycle one.

param enable

OFF | ON

set_ssfn(sfn: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:ULLogging:SSFN
driver.configure.uplinkLogging.set_ssfn(sfn = 1)

Specifies the first system frame number for which the UL HS-DPCCH/E-DPCCH/DPCCH information is displayed. System frame number corresponds to the subframe number of the UL HS-DPCCH/E-DPCCH/DPCCH.

param sfn

First system frame number set to modulo 4095 Range: 0 to 4095 Additional ON / OFF enables or disables the use of SFN.

set_timeout(timeout: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:ULLogging:TOUT
driver.configure.uplinkLogging.set_timeout(timeout = 1.0)

Defines a timeout for the measurement. The timer is started when the measurement is initiated via a READ or INIT command. It is not started if the measurement is initiated manually ([ON | OFF] key or [RESTART | STOP] key) . When the measurement has completed the first measurement cycle (first single shot) , the statistical depth is reached and the timer is reset. If the first measurement cycle has not been completed when the timer expires, the measurement is stopped. The measurement state changes to RDY. The reliability indicator is set to 1, indicating that a measurement timeout occurred. Still running READ, FETCh or CALCulate commands are completed, returning the available results. At least for some results, there are no values at all or the statistical depth has not been reached. A timeout of 0 s corresponds to an infinite measurement timeout.

param timeout

Unit: s