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.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 the combined signal path scenario, use:

  • CONFigure:LTE:SIGN<i>:RFSettings[:PCC]:CHANnel:UL

  • CONFigure:LTE:SIGN<i>:RFSettings:SCC<c>:CHANnel:UL

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:LTE:MEASurement<Instance>:RFSettings:CC<Nr>:FREQuency
driver.configure.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 the combined signal path scenario, use:

  • CONFigure:LTE:SIGN<i>:RFSettings[:PCC]:CHANnel:UL

  • CONFigure:LTE:SIGN<i>:RFSettings:SCC<c>:CHANnel:UL

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’)