LoLocation

SCPI Command :

[SENSe][:LTE]:UL:DEMod:LOLocation
class LoLocationCls[source]

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

get() RsFsw.enums.LoscLocation[source]
# SCPI: [SENSe][:LTE]:UL:DEMod:LOLocation
value: enums.LoscLocation = driver.applications.k10Xlte.sense.lte.uplink.demod.loLocation.get()

Selects the location of the local oscillator in a system with contiguous aggregated carriers.

return

location: CACB LO is at the center of the aggregated channel bandwidth. CCC One LO is at the center of each component carrier. USER One LO is used for all component carriers. The frequency is not necessarily at the center of the aggregated channel bandwidth. You can define the LO frequency with .

set(location: RsFsw.enums.LoscLocation) None[source]
# SCPI: [SENSe][:LTE]:UL:DEMod:LOLocation
driver.applications.k10Xlte.sense.lte.uplink.demod.loLocation.set(location = enums.LoscLocation.CACB)

Selects the location of the local oscillator in a system with contiguous aggregated carriers.

param location

CACB LO is at the center of the aggregated channel bandwidth. CCC One LO is at the center of each component carrier. USER One LO is used for all component carriers. The frequency is not necessarily at the center of the aggregated channel bandwidth. You can define the LO frequency with .