Lte

SCPI Command :

PREPare:LTE:SIGNaling<instance>:HANDover:EXTernal:LTE
class LteCls[source]

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

class LteStruct[source]

Response structure. Fields:

  • Band: enums.OperatingBandC: UDEFined | OB1 | … | OB46 | OB48 | … | OB53 | OB65 | … | OB76 | OB85 | OB87 | OB88 | OB250 | OB252 | OB255 Operating band

  • Dl_Channel: int: decimal Downlink channel number Range: depends on operating band

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

Configures the destination parameters for handover to an LTE destination at another instrument. For channel number ranges depending on operating bands, see ‘Operating bands’.

return:

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

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

Configures the destination parameters for handover to an LTE destination at another instrument. For channel number ranges depending on operating bands, see ‘Operating bands’.

param band:

UDEFined | OB1 | … | OB46 | OB48 | … | OB53 | OB65 | … | OB76 | OB85 | OB87 | OB88 | OB250 | OB252 | OB255 Operating band

param dl_channel:

decimal Downlink channel number Range: depends on operating band