Adfl
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBS:BHConfig:ADFL:STATe
- class AdflCls[source]
Adfl commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBS:BHConfig:ADFL:STATe value: bool = driver.source.bb.dvb.dvbs.bhConfig.adfl.get_state()
Defines if the DFL is set automatically or manually.
- return
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBS:BHConfig:ADFL:STATe driver.source.bb.dvb.dvbs.bhConfig.adfl.set_state(state = False)
Defines if the DFL is set automatically or manually.
- param state
1| ON| 0| OFF