Frequency

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:RFUC:FZERo:FREQuency
class FrequencyCls[source]

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

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:RFUC:FZERo:FREQuency
value: float = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.rfuc.fzero.frequency.get(carrierComponent = repcap.CarrierComponent.Default)
Selects a frequency for RF upconversion.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on phase compensation (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Uplink.Cc.Rfuc.State.set) .

  • Select mode to select custom frequency (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Uplink.Cc.Rfuc.Fzero.Mode.set) .

param carrierComponent

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

return

frequency: numeric value Unit: Hz

set(frequency: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:RFUC:FZERo:FREQuency
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.rfuc.fzero.frequency.set(frequency = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Selects a frequency for RF upconversion.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on phase compensation (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Uplink.Cc.Rfuc.State.set) .

  • Select mode to select custom frequency (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Uplink.Cc.Rfuc.Fzero.Mode.set) .

param frequency

numeric value Unit: Hz

param carrierComponent

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)