LoFrequency

SCPI Command :

[SENSe][:LTE]:UL:DEMod:LOFRequency
class LoFrequencyCls[source]

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

get() float[source]
# SCPI: [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.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on custom LO location ([SENSe:][LTE:]UL:DEMod:LOLocation) .

return

frequency: numeric value Unit: Hz

set(frequency: float) None[source]
# SCPI: [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.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on custom LO location ([SENSe:][LTE:]UL:DEMod:LOLocation) .

param frequency

numeric value Unit: Hz