Bbfs

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:BBFS:DTIMe
[SOURce<HW>]:BB:EUTRa:BBFS:MAXShift
[SOURce<HW>]:BB:EUTRa:BBFS:MODE
[SOURce<HW>]:BB:EUTRa:BBFS:STEPs
class BbfsCls[source]

Bbfs commands group definition. 4 total commands, 0 Subgroups, 4 group commands

get_dtime() float[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:BBFS:DTIMe
value: float = driver.source.bb.eutra.bbfs.get_dtime()

Sets the dwell time for each frequency step of the sweep.

return

dwell_time: float Range: 0.0001 to 0.005, Unit: s

get_max_shift() float[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:BBFS:MAXShift
value: float = driver.source.bb.eutra.bbfs.get_max_shift()

Sets the maximal total frequency sweep (summary for all steps) .

return

max_shift: float Range: 10 to 100, Unit: Hz

get_mode() RsSmw.enums.EutraBbFreqSweepMode[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:BBFS:MODE
value: enums.EutraBbFreqSweepMode = driver.source.bb.eutra.bbfs.get_mode()

Disables or enables the frequency sweep. The frequency sweep can be enbled before or after filtering.

return

mode: OFF| BEFore| AFTer

get_steps() int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:BBFS:STEPs
value: int = driver.source.bb.eutra.bbfs.get_steps()

Sets the number of iteration for increasing the frequency using the step of 0.1171875 Hz (90/768 ms) .

return

num_steps: integer Range: 10 to 1000

set_dtime(dwell_time: float) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:BBFS:DTIMe
driver.source.bb.eutra.bbfs.set_dtime(dwell_time = 1.0)

Sets the dwell time for each frequency step of the sweep.

param dwell_time

float Range: 0.0001 to 0.005, Unit: s

set_max_shift(max_shift: float) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:BBFS:MAXShift
driver.source.bb.eutra.bbfs.set_max_shift(max_shift = 1.0)

Sets the maximal total frequency sweep (summary for all steps) .

param max_shift

float Range: 10 to 100, Unit: Hz

set_mode(mode: RsSmw.enums.EutraBbFreqSweepMode) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:BBFS:MODE
driver.source.bb.eutra.bbfs.set_mode(mode = enums.EutraBbFreqSweepMode.AFTer)

Disables or enables the frequency sweep. The frequency sweep can be enbled before or after filtering.

param mode

OFF| BEFore| AFTer

set_steps(num_steps: int) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:BBFS:STEPs
driver.source.bb.eutra.bbfs.set_steps(num_steps = 1)

Sets the number of iteration for increasing the frequency using the step of 0.1171875 Hz (90/768 ms) .

param num_steps

integer Range: 10 to 1000