Adfl

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBX:BHConfig:ADFL:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:DVB:DVBX:BHConfig:ADFL:STATe
value: bool = driver.source.bb.dvb.dvbx.bhConfig.adfl.get_state()

Defines if the DFL is set automatically or manually.

Returns:

state: 1 | ON | 0| OFF

set_state(state: bool) None[source]
# [SOURce<HW>]:BB:DVB:DVBX:BHConfig:ADFL:STATe
driver.source.bb.dvb.dvbx.bhConfig.adfl.set_state(state = False)

Defines if the DFL is set automatically or manually.

Parameters:

state – 1 | ON | 0| OFF