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.Default) float[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:FREQuency
value: float = driver.configure.nrSubMeas.cc.frequency.get(carrierComponent = repcap.CarrierComponent.Default)

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 (settable in the interface ‘Cc’)

return:

analyzer_freq: numeric Unit: Hz

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

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:

numeric Unit: Hz

param carrierComponent:

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