Adfl
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBX:BHConfig:ADFL:STATe
- Commands in total: 1Subgroups: 0Direct 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