Frequency

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:RFSettings:CC<Nr>:FREQuency
class FrequencyCls[source]

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

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:RFSettings:CC<Nr>:FREQuency
value: float = driver.configure.lteMeas.rfSettings.cc.frequency.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the center frequency of component carrier CC<no>. Without carrier aggregation, you can omit <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’.

INTRO_CMD_HELP: For Signal Path = Network, use:

  • [CONFigure:]SIGNaling:LTE:CELL:RFSettings:UL:FREQuency

  • [CONFigure:]SIGNaling:LTE:CELL:RFSettings:UL:EARFcn

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: No help available

set(analyzer_freq: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:RFSettings:CC<Nr>:FREQuency
driver.configure.lteMeas.rfSettings.cc.frequency.set(analyzer_freq = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Selects the center frequency of component carrier CC<no>. Without carrier aggregation, you can omit <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’.

INTRO_CMD_HELP: For Signal Path = Network, use:

  • [CONFigure:]SIGNaling:LTE:CELL:RFSettings:UL:FREQuency

  • [CONFigure:]SIGNaling:LTE:CELL:RFSettings:UL:EARFcn

For the supported frequency range, see ‘Frequency ranges’.

param analyzer_freq:

No help available

param carrierComponent:

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