LoLocation
SCPI Command :
[SENSe][:LTE]:UL:DEMod:LOLocation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() LoscLocation[source]
# [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.
- Returns:
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: LoscLocation) None[source]
# [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.
- Parameters:
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 .