Addp

SCPI Command :

[SOURce<HW>]:BB:WLAY:PCONfig:LHDR:ADDP:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:WLAY:PCONfig:LHDR:ADDP:STATe
value: bool = driver.source.bb.wlay.pconfig.lhdr.addp.get_state()

If PPDU aggregation is active, activates an additional PPDU. See method RsSmw.source.bb.wlay.pconfig.lhdr.pagr.state() .

Returns:

addi_ppdu: 1 | ON | 0| OFF

set_state(addi_ppdu: bool) None[source]
# [SOURce<HW>]:BB:WLAY:PCONfig:LHDR:ADDP:STATe
driver.source.bb.wlay.pconfig.lhdr.addp.set_state(addi_ppdu = False)

If PPDU aggregation is active, activates an additional PPDU. See method RsSmw.source.bb.wlay.pconfig.lhdr.pagr.state() .

Parameters:

addi_ppdu – 1 | ON | 0| OFF