Preamble

SCPI Command :

[SOURce<HW>]:BB:WLAD:PCONfig:PREamble:STATe
class PreambleCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:WLAD:PCONfig:PREamble:STATe
value: bool = driver.source.bb.wlad.pconfig.preamble.get_state()

Activates/deactivates the preamble and signal fields of the frames in the frame block.

return

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:WLAD:PCONfig:PREamble:STATe
driver.source.bb.wlad.pconfig.preamble.set_state(state = False)

Activates/deactivates the preamble and signal fields of the frames in the frame block.

param state

1| ON| 0| OFF