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
Commands in total: 4
Subgroups: 0
Direct child commands: 4
get_dtime() float[source]
# [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.

Returns:

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

get_max_shift() float[source]
# [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) .

Returns:

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

get_mode() EutraBbFreqSweepMode[source]
# [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.

Returns:

mode: OFF | BEFore | AFTer

get_steps() int[source]
# [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) .

Returns:

num_steps: integer Range: 10 to 1000

set_dtime(dwell_time: float) None[source]
# [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.

Parameters:

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

set_max_shift(max_shift: float) None[source]
# [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) .

Parameters:

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

set_mode(mode: EutraBbFreqSweepMode) None[source]
# [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.

Parameters:

mode – OFF | BEFore | AFTer

set_steps(num_steps: int) None[source]
# [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) .

Parameters:

num_steps – integer Range: 10 to 1000