Frequency

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:FREQuency
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Nr1) float[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:FREQuency
value: float = driver.configure.nrSubMeas.cc.frequency.get(carrierComponent = repcap.CarrierComponent.Nr1)

Selects the center frequency of carrier <no>. Without carrier aggregation, you can omit CC<no>. Using the unit CH, the frequency can be set via the channel number. The allowed channel number range depends on the operating band, see ‘Frequency bands’. For the supported frequency range, see ‘Frequency ranges’.

Parameters:

carrierComponent – optional repeated capability selector. Default value: Nr1

Returns:

analyzer_freq: numeric

set(analyzer_freq: float, carrierComponent=CarrierComponent.Nr1) None[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:FREQuency
driver.configure.nrSubMeas.cc.frequency.set(analyzer_freq = 1.0, carrierComponent = repcap.CarrierComponent.Nr1)

Selects the center frequency of carrier <no>. Without carrier aggregation, you can omit CC<no>. Using the unit CH, the frequency can be set via the channel number. The allowed channel number range depends on the operating band, see ‘Frequency bands’. For the supported frequency range, see ‘Frequency ranges’.

Parameters:
  • analyzer_freq – numeric

  • carrierComponent – optional repeated capability selector. Default value: Nr1