Enhanced

SCPI Command :

PREPare:LTE:SIGNaling<instance>:HANDover:ENHanced
class EnhancedCls[source]

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

class EnhancedStruct[source]

Response structure. Fields:

  • Duplex_Mode: enums.DuplexMode: FDD | TDD Duplex mode of the handover destination

  • Band: enums.OperatingBandC: FDD: UDEFined | OB1 | … | OB28 | OB30 | OB31 | OB65 | OB66 | OB68 | OB70 | … | OB74 | OB85 | OB87 | OB88 TDD: UDEFined | OB33 | … | OB45 | OB48 | OB50 | … | OB53 | OB250 Operating band of the handover destination

  • Dl_Channel: int: decimal DL channel number valid for the selected operating band. The related UL channel number is calculated and set automatically. For channel numbers depending on operating bands, see ‘Operating bands’. Range: depends on operating band

  • Dl_Bandwidth: enums.Bandwidth: B014 | B030 | B050 | B100 | B150 | B200 DL cell bandwidth (also used for UL) 1.4 MHz, 3 MHz, 5 MHz, 10 MHz, 15 MHz, 20 MHz

  • Add_Spec_Emission: enums.AddSpectrumEmission: NS01 | … | NS288 Value signaled to the UE as additional ACLR and spectrum emission requirement

get() EnhancedStruct[source]
# SCPI: PREPare:LTE:SIGNaling<instance>:HANDover:ENHanced
value: EnhancedStruct = driver.prepare.handover.enhanced.get()

Configures the destination parameters for an intra-RAT handover within the LTE signaling application. The duplex mode of the destination is configurable.

return:

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

set(duplex_mode: DuplexMode, band: OperatingBandC, dl_channel: int, dl_bandwidth: Bandwidth, add_spec_emission: AddSpectrumEmission) None[source]
# SCPI: PREPare:LTE:SIGNaling<instance>:HANDover:ENHanced
driver.prepare.handover.enhanced.set(duplex_mode = enums.DuplexMode.FDD, band = enums.OperatingBandC.OB1, dl_channel = 1, dl_bandwidth = enums.Bandwidth.B014, add_spec_emission = enums.AddSpectrumEmission.NS01)

Configures the destination parameters for an intra-RAT handover within the LTE signaling application. The duplex mode of the destination is configurable.

param duplex_mode:

FDD | TDD Duplex mode of the handover destination

param band:

FDD: UDEFined | OB1 | … | OB28 | OB30 | OB31 | OB65 | OB66 | OB68 | OB70 | … | OB74 | OB85 | OB87 | OB88 TDD: UDEFined | OB33 | … | OB45 | OB48 | OB50 | … | OB53 | OB250 Operating band of the handover destination

param dl_channel:

decimal DL channel number valid for the selected operating band. The related UL channel number is calculated and set automatically. For channel numbers depending on operating bands, see ‘Operating bands’. Range: depends on operating band

param dl_bandwidth:

B014 | B030 | B050 | B100 | B150 | B200 DL cell bandwidth (also used for UL) 1.4 MHz, 3 MHz, 5 MHz, 10 MHz, 15 MHz, 20 MHz

param add_spec_emission:

NS01 | … | NS288 Value signaled to the UE as additional ACLR and spectrum emission requirement