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()

No command help available

return

dwell_time: No help available

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

No command help available

return

max_shift: No help available

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

No command help available

return

mode: No help available

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

No command help available

return

num_steps: No help available

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)

No command help available

param dwell_time

No help available

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)

No command help available

param max_shift

No help available

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

No command help available

param mode

No help available

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

No command help available

param num_steps

No help available