Tdscdma

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection:CSFB:TDSCdma
class TdscdmaCls[source]

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

class TdscdmaStruct[source]

Response structure. Fields:

  • Band: enums.OperatingBandA: OB1 | OB2 | OB3 OB1: Band 1 (F) , 1880 MHz to 1920 MHz OB2: Band 2 (A) , 2010 MHz to 2025 MHz OB3: Band 3 (E) , 2300 MHz to 2400 MHz

  • Dl_Channel: int: decimal Downlink channel number The allowed range depends on the frequency band: OB1: 9400 to 9600 OB2: 10050 to 10125 OB3: 11500 to 12000

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

Configures the TD-SCDMA target for MO CSFB.

return:

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

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

Configures the TD-SCDMA target for MO CSFB.

param band:

OB1 | OB2 | OB3 OB1: Band 1 (F) , 1880 MHz to 1920 MHz OB2: Band 2 (A) , 2010 MHz to 2025 MHz OB3: Band 3 (E) , 2300 MHz to 2400 MHz

param dl_channel:

decimal Downlink channel number The allowed range depends on the frequency band: OB1: 9400 to 9600 OB2: 10050 to 10125 OB3: 11500 to 12000