Frequency

SCPI Command :

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

Selects the center frequency of carrier <no>. Without carrier aggregation, you can omit CC<no>. For the supported frequency range, see ‘Frequency ranges’.

INTRO_CMD_HELP: For Signal Path = Network, use:

  • [CONFigure:]SIGNaling:NRADio:CELL:RFSettings:UL:APOint:LOCation

  • [CONFigure:]SIGNaling:NRADio:CELL:RFSettings:UL:CFRequency:FREQuency

param carrierComponent:

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

return:

frequency: No help available

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

Selects the center frequency of carrier <no>. Without carrier aggregation, you can omit CC<no>. For the supported frequency range, see ‘Frequency ranges’.

INTRO_CMD_HELP: For Signal Path = Network, use:

  • [CONFigure:]SIGNaling:NRADio:CELL:RFSettings:UL:APOint:LOCation

  • [CONFigure:]SIGNaling:NRADio:CELL:RFSettings:UL:CFRequency:FREQuency

param frequency:

No help available

param carrierComponent:

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