Frequency

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:RFSettings:CARRier<Carrier>:FREQuency
class Frequency[source]

Frequency commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get(carrier=<Carrier.Default: -1>)float[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:RFSettings:CARRier<carrier>:FREQuency
value: float = driver.configure.rfSettings.carrier.frequency.get(carrier = repcap.Carrier.Default)
Selects the center frequency of the RF analyzer.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • CONFigure:WCDMa:SIGN<i>:RFSettings:CARRier<c>:FREQuency:UL

  • CONFigure:WCDMa:SIGN<i>:RFSettings:CARRier<c>:FOFFset:UL

  • CONFigure:WCDMa:SIGN<i>:RFSettings:CARRier<c>:CHANnel:UL

The supported frequency range depends on the instrument model and the available options. The supported range can be smaller than stated here. Refer to the preface of your model-specific base unit manual.

param carrier

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

return

frequency: numeric Range: 70 MHz to 6 GHz, Unit: Hz Using the unit CH the frequency can be set via the channel number. The allowed channel number range depends on the operating band, see ‘Operating Bands’.

set(frequency: float, carrier=<Carrier.Default: -1>)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:RFSettings:CARRier<carrier>:FREQuency
driver.configure.rfSettings.carrier.frequency.set(frequency = 1.0, carrier = repcap.Carrier.Default)
Selects the center frequency of the RF analyzer.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • CONFigure:WCDMa:SIGN<i>:RFSettings:CARRier<c>:FREQuency:UL

  • CONFigure:WCDMa:SIGN<i>:RFSettings:CARRier<c>:FOFFset:UL

  • CONFigure:WCDMa:SIGN<i>:RFSettings:CARRier<c>:CHANnel:UL

The supported frequency range depends on the instrument model and the available options. The supported range can be smaller than stated here. Refer to the preface of your model-specific base unit manual.

param frequency

numeric Range: 70 MHz to 6 GHz, Unit: Hz Using the unit CH the frequency can be set via the channel number. The allowed channel number range depends on the operating band, see ‘Operating Bands’.

param carrier

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