AdLength

SCPI Command :

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

Defines if the data length is set automatically or manually.

Returns:

state: 1 | ON | 0| OFF

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

Defines if the data length is set automatically or manually.

Parameters:

state – 1 | ON | 0| OFF