DldCarrier

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:DLDCarrier:ENABle
class DldCarrier[source]

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

get_enable()bool[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:DLDCarrier:ENABle
value: bool = driver.configure.connection.pswitched.dldCarrier.get_enable()

Enables or disables the downlink dual carrier mode. In this mode, the R&S CMW uses two radio frequency channels to assign resources to the mobile station; see 3GPP TS 44.060. Some settings can be configured individually per carrier. The related commands distinguish the two carriers via the mnemonics CARRier1 and CARRier2. See e.g. CONFigure:GSM:SIGN<i>:RFSettings:CHANnel.

return

enable: OFF | ON

set_enable(enable: bool)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:DLDCarrier:ENABle
driver.configure.connection.pswitched.dldCarrier.set_enable(enable = False)

Enables or disables the downlink dual carrier mode. In this mode, the R&S CMW uses two radio frequency channels to assign resources to the mobile station; see 3GPP TS 44.060. Some settings can be configured individually per carrier. The related commands distinguish the two carriers via the mnemonics CARRier1 and CARRier2. See e.g. CONFigure:GSM:SIGN<i>:RFSettings:CHANnel.

param enable

OFF | ON