State
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBX:MTAB:SET<ST>:ADFL:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(modCodSet=ModCodSet.Default) bool[source]
# [SOURce<HW>]:BB:DVB:DVBX:MTAB:SET<ST>:ADFL:[STATe] value: bool = driver.source.bb.dvb.dvbx.mtab.set.adfl.state.get(modCodSet = repcap.ModCodSet.Default)
Defines if the DFL is set automatically or manually.
- Parameters:
modCodSet – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)
- Returns:
state: 1 | ON | 0| OFF
- set(state: bool, modCodSet=ModCodSet.Default) None[source]
# [SOURce<HW>]:BB:DVB:DVBX:MTAB:SET<ST>:ADFL:[STATe] driver.source.bb.dvb.dvbx.mtab.set.adfl.state.set(state = False, modCodSet = repcap.ModCodSet.Default)
Defines if the DFL is set automatically or manually.
- Parameters:
state – 1 | ON | 0| OFF
modCodSet – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)