Dtrx

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:CPC:DTRX:DELay
CONFigure:WCDMa:SIGNaling<Instance>:CELL:CPC:DTRX:OFFSet
class Dtrx[source]

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

get_delay()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:DTRX:DELay
value: int = driver.configure.cell.cpc.dtrx.get_delay()

Frame delay the UE waits until enabling a new timing pattern for DRX/DTX operation, see ‘Continuous Packet Connectivity (CPC) ‘.

return

enable_delay: Only the following values are allowed (in frames) : 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 If you enter another value, the nearest allowed value is set instead. Range: 0 frames to 128 frames

get_offset()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:DTRX:OFFSet
value: int = driver.configure.cell.cpc.dtrx.get_offset()

Defines the settings for the discontinuous transmission and reception, see ‘Continuous Packet Connectivity (CPC) ‘.

return

offset: Subframe offset to spread the DPCCH transmissions from different UEs Range: 0 Subframe to 159 Subframe

set_delay(enable_delay: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:DTRX:DELay
driver.configure.cell.cpc.dtrx.set_delay(enable_delay = 1)

Frame delay the UE waits until enabling a new timing pattern for DRX/DTX operation, see ‘Continuous Packet Connectivity (CPC) ‘.

param enable_delay

Only the following values are allowed (in frames) : 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 If you enter another value, the nearest allowed value is set instead. Range: 0 frames to 128 frames

set_offset(offset: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:DTRX:OFFSet
driver.configure.cell.cpc.dtrx.set_offset(offset = 1)

Defines the settings for the discontinuous transmission and reception, see ‘Continuous Packet Connectivity (CPC) ‘.

param offset

Subframe offset to spread the DPCCH transmissions from different UEs Range: 0 Subframe to 159 Subframe