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