Addp
SCPI Command :
[SOURce<HW>]:BB:WLAY:PCONfig:LHDR:ADDP:STATe
- class AddpCls[source]
Addp commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [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 [:SOURce<hw>]:BB:WLAY:PCONfig:LHDR:PAGR:STATe.
- return:
addi_ppdu: 1| ON| 0| OFF
- set_state(addi_ppdu: bool) None [source]
# SCPI: [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 [:SOURce<hw>]:BB:WLAY:PCONfig:LHDR:PAGR:STATe.
- param addi_ppdu:
1| ON| 0| OFF