State

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBX:MTAB:SET<ST>:ADFL:[STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(modCodSet=ModCodSet.Default) bool[source]
# SCPI: [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.

param modCodSet

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)

return

state: 1| ON| 0| OFF

set(state: bool, modCodSet=ModCodSet.Default) None[source]
# SCPI: [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.

param state

1| ON| 0| OFF

param modCodSet

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)