Tdscdma

SCPI Command :

PREPare:LTE:SIGNaling<instance>:HANDover:EXTernal: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: PREPare:LTE:SIGNaling<instance>:HANDover:EXTernal:TDSCdma
value: TdscdmaStruct = driver.prepare.handover.external.tdscdma.get()

Configures the destination parameters for handover to a TD-SCDMA destination at another instrument.

return:

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

set(band: OperatingBandA, dl_channel: int) None[source]
# SCPI: PREPare:LTE:SIGNaling<instance>:HANDover:EXTernal:TDSCdma
driver.prepare.handover.external.tdscdma.set(band = enums.OperatingBandA.OB1, dl_channel = 1)

Configures the destination parameters for handover to a TD-SCDMA destination at another instrument.

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