Dab

SCPI Commands :

[SOURce<HW>]:BB:DAB:EFRames
[SOURce<HW>]:BB:DAB:LDURation
[SOURce<HW>]:BB:DAB:MID
[SOURce<HW>]:BB:DAB:PRESet
[SOURce<HW>]:BB:DAB:SID
[SOURce<HW>]:BB:DAB:STATe
[SOURce<HW>]:BB:DAB:TMODe
class DabCls[source]

Dab commands group definition. 52 total commands, 11 Subgroups, 7 group commands

get_eframes() float[source]
# SCPI: [SOURce<HW>]:BB:DAB:EFRames
value: float = driver.source.bb.dab.get_eframes()

No command help available

return

eframes: No help available

get_lduration() float[source]
# SCPI: [SOURce<HW>]:BB:DAB:LDURation
value: float = driver.source.bb.dab.get_lduration()

No command help available

return

lduration: No help available

get_mid() int[source]
# SCPI: [SOURce<HW>]:BB:DAB:MID
value: int = driver.source.bb.dab.get_mid()

No command help available

return

mid: No help available

get_sid() int[source]
# SCPI: [SOURce<HW>]:BB:DAB:SID
value: int = driver.source.bb.dab.get_sid()

No command help available

return

sid: No help available

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:DAB:STATe
value: bool = driver.source.bb.dab.get_state()

No command help available

return

state: No help available

get_tmode() RsSmbv.enums.DabTxMode[source]
# SCPI: [SOURce<HW>]:BB:DAB:TMODe
value: enums.DabTxMode = driver.source.bb.dab.get_tmode()

No command help available

return

tmode: No help available

preset() None[source]
# SCPI: [SOURce<HW>]:BB:DAB:PRESet
driver.source.bb.dab.preset()

No command help available

preset_with_opc(opc_timeout_ms: int = - 1) None[source]
# SCPI: [SOURce<HW>]:BB:DAB:PRESet
driver.source.bb.dab.preset_with_opc()

No command help available

Same as preset, but waits for the operation to complete before continuing further. Use the RsSmbv.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms

Maximum time to wait in milliseconds, valid only for this call.

set_eframes(eframes: float) None[source]
# SCPI: [SOURce<HW>]:BB:DAB:EFRames
driver.source.bb.dab.set_eframes(eframes = 1.0)

No command help available

param eframes

No help available

set_mid(mid: int) None[source]
# SCPI: [SOURce<HW>]:BB:DAB:MID
driver.source.bb.dab.set_mid(mid = 1)

No command help available

param mid

No help available

set_sid(sid: int) None[source]
# SCPI: [SOURce<HW>]:BB:DAB:SID
driver.source.bb.dab.set_sid(sid = 1)

No command help available

param sid

No help available

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:DAB:STATe
driver.source.bb.dab.set_state(state = False)

No command help available

param state

No help available

set_tmode(tmode: RsSmbv.enums.DabTxMode) None[source]
# SCPI: [SOURce<HW>]:BB:DAB:TMODe
driver.source.bb.dab.set_tmode(tmode = enums.DabTxMode.I)

No command help available

param tmode

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.dab.clone()

Subgroups