Wcdma

SCPI Command :

PREPare:LTE:SIGNaling<instance>:HANDover:EXTernal: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: Depends on operating band, see table below

get() WcdmaStruct[source]
# SCPI: PREPare:LTE:SIGNaling<instance>:HANDover:EXTernal:WCDMa
value: WcdmaStruct = driver.prepare.handover.external.wcdma.get()

Configures the destination parameters for handover to a WCDMA destination at another instrument.

return:

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

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

Configures the destination parameters for handover to a WCDMA destination at another instrument.

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: Depends on operating band, see table below