Frequency

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:RFUC:FZERo:FREQuency
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:RFUC:FZERo:FREQuency
value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.rfuc.fzero.frequency.get(carrierComponent = repcap.CarrierComponent.Default)

Selects a frequency for RF upconversion. Prerequisites for this command

  • Turn on phase compensation (method RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.rfuc.state.set() ) .

  • Select mode to select custom frequency (method RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.rfuc.fzero.mode.set() ) .

Parameters:

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

Returns:

frequency: numeric value Unit: Hz

set(frequency: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:RFUC:FZERo:FREQuency
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.rfuc.fzero.frequency.set(frequency = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Selects a frequency for RF upconversion. Prerequisites for this command

  • Turn on phase compensation (method RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.rfuc.state.set() ) .

  • Select mode to select custom frequency (method RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.rfuc.fzero.mode.set() ) .

Parameters:
  • frequency – numeric value Unit: Hz

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