AdLength

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBS:ADLength:STATe
class AdLengthCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBS:ADLength:STATe
value: bool = driver.source.bb.dvb.dvbs.adLength.get_state()

Defines if the data length is set automatically or manually.

return

state: 1| ON| 0| OFF

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

Defines if the data length is set automatically or manually.

param state

1| ON| 0| OFF