Wcdma

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection:CSFB:WCDMa
class WcdmaCls[source]

Wcdma commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class WcdmaStruct[source]

Response structure. Fields:

  • Band: enums.OperatingBandB: OB1 | OB2 | OB3 | OB4 | OB5 | OB6 | OB7 | OB8 | OB9 | OB10 | OB11 | OB12 | OB13 | OB14 | OB19 | OB20 | OB21 | OB22 | OB25 | OBS1 | OBS2 | OBS3 | OBL1 | OB26 OB1, …, OB14: band I to XIV OB19, …, OB22: band XIX to XXII OB25, OB26: band XXV, XXVI OBS1: band S OBS2: band S 170 MHz OBS3: band S 190 MHz OBL1: band L

  • Dl_Channel: int: decimal Downlink channel number Range: 412 to 11000, depending on operating band, see table below

get() WcdmaStruct[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:CSFB:WCDMa
value: WcdmaStruct = driver.configure.connection.csfb.wcdma.get()

Configures the WCDMA target for MO CSFB.

return:

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

set(band: OperatingBandB, dl_channel: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:CSFB:WCDMa
driver.configure.connection.csfb.wcdma.set(band = enums.OperatingBandB.OB1, dl_channel = 1)

Configures the WCDMA target for MO CSFB.

param band:

OB1 | OB2 | OB3 | OB4 | OB5 | OB6 | OB7 | OB8 | OB9 | OB10 | OB11 | OB12 | OB13 | OB14 | OB19 | OB20 | OB21 | OB22 | OB25 | OBS1 | OBS2 | OBS3 | OBL1 | OB26 OB1, …, OB14: band I to XIV OB19, …, OB22: band XIX to XXII OB25, OB26: band XXV, XXVI OBS1: band S OBS2: band S 170 MHz OBS3: band S 190 MHz OBL1: band L

param dl_channel:

decimal Downlink channel number Range: 412 to 11000, depending on operating band, see table below