Dtx

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CONNection:CSWitched:DTX:DL
class Dtx[source]

Dtx commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class DownlinkStruct[source]

Structure for reading output parameters. Fields:

  • Enable: bool: OFF | ON Enable / disable DL DTX

  • No_Data_Frames: float: Relative level in the DL DTX frames, where no SID frames and no SACCH frames are sent Range: -40 dB to 0 dB, Unit: dB

  • Sid_Frames_2_Part: float: Relative level of the second part of SID frames. This level is required for test case 3GPP 51.010-1, TC 21.1.4.2, step 64. Range: -40 dB to 0 dB, Unit: dB

get_downlink()DownlinkStruct[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:CSWitched:DTX:DL
value: DownlinkStruct = driver.configure.connection.cswitched.dtx.get_downlink()

Configures the discontinuous transmission of the R&S CMW. Level values are relative to the set TCH/PDCH level, see ‘DL Reference Level’.

return

structure: for return value, see the help for DownlinkStruct structure arguments.

set_downlink(value: RsCmwGsmSig.Implementations.Configure_.Connection_.Cswitched_.Dtx.Dtx.DownlinkStruct)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:CSWitched:DTX:DL
driver.configure.connection.cswitched.dtx.set_downlink(value = DownlinkStruct())

Configures the discontinuous transmission of the R&S CMW. Level values are relative to the set TCH/PDCH level, see ‘DL Reference Level’.

param value

see the help for DownlinkStruct structure arguments.