Preamble

SCPI Command :

[SOURce<HW>]:BB:WLAD:PCONfig:PREamble:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [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.

Returns:

state: 1 | ON | 0| OFF

set_state(state: bool) None[source]
# [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.

Parameters:

state – 1 | ON | 0| OFF