LoFrequency
SCPI Command :
[SENSe][:LTE]:UL:DEMod:LOFRequency
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe][:LTE]:UL:DEMod:LOFRequency value: float = driver.applications.k10Xlte.sense.lte.uplink.demod.loFrequency.get()
Defines the LO frequency when its location is not at the center of the channel bandwidth. Prerequisites for this command
Turn on custom LO location (method
RsFsw.applications.k10Xlte.sense.lte.uplink.demod.loLocation.set()) .
- Returns:
frequency: numeric value Unit: Hz
- set(frequency: float) None[source]
# [SENSe][:LTE]:UL:DEMod:LOFRequency driver.applications.k10Xlte.sense.lte.uplink.demod.loFrequency.set(frequency = 1.0)
Defines the LO frequency when its location is not at the center of the channel bandwidth. Prerequisites for this command
Turn on custom LO location (method
RsFsw.applications.k10Xlte.sense.lte.uplink.demod.loLocation.set()) .
- Parameters:
frequency – numeric value Unit: Hz