Frequency

SCPI Command :

[SOURce<HW>]:BB:EVDO:DOWN:MC:CARRier<CH>:FREQuency
class FrequencyCls[source]

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

get(carrier=Carrier.Default) float[source]
# SCPI: [SOURce<HW>]:BB:EVDO:DOWN:MC:CARRier<CH>:FREQuency
value: float = driver.source.bb.evdo.down.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.

param carrier

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

return

frequency: float Range: 100 to 3000

set(frequency: float, carrier=Carrier.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EVDO:DOWN:MC:CARRier<CH>:FREQuency
driver.source.bb.evdo.down.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.

param frequency

float Range: 100 to 3000

param carrier

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