Frequency

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:FREQuency
class FrequencyCls[source]

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

get(carrierComponent=CarrierComponent.Nr1) float[source]
# SCPI: 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’.

param carrierComponent:

optional repeated capability selector. Default value: Nr1

return:

analyzer_freq: No help available

set(analyzer_freq: float, carrierComponent=CarrierComponent.Nr1) None[source]
# SCPI: 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’.

param analyzer_freq:

No help available

param carrierComponent:

optional repeated capability selector. Default value: Nr1