Frequency

SCPI Command :

[SOURce<HW>]:BB:EVDO:UP:MC:CARRier<CH>:FREQuency
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrier=Carrier.Default) float[source]
# [SOURce<HW>]:BB:EVDO:UP:MC:CARRier<CH>:FREQuency
value: float = driver.source.bb.evdo.up.mc.carrier.frequency.get(carrier = repcap.Carrier.Default)

Sets the center frequency of the carrier in MHz. In some cases, not all center frequencies are defined by the selected band class. In case a non-existing frequency is input, the next available frequency is used.

Parameters:

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

Returns:

frequency: float Range: 100 to 3000

set(frequency: float, carrier=Carrier.Default) None[source]
# [SOURce<HW>]:BB:EVDO:UP:MC:CARRier<CH>:FREQuency
driver.source.bb.evdo.up.mc.carrier.frequency.set(frequency = 1.0, carrier = repcap.Carrier.Default)

Sets the center frequency of the carrier in MHz. In some cases, not all center frequencies are defined by the selected band class. In case a non-existing frequency is input, the next available frequency is used.

Parameters:
  • frequency – float Range: 100 to 3000

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