Pagr

SCPI Command :

[SOURce<HW>]:BB:WLAY:PCONfig:LHDR:PAGR:STATe
class PagrCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:LHDR:PAGR:STATe
value: bool = driver.source.bb.wlay.pconfig.lhdr.pagr.get_state()

Queries the PPDU aggregation state that is off.

return

ppdu_aggregate: 1| ON| 0| OFF

set_state(ppdu_aggregate: bool) None[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:LHDR:PAGR:STATe
driver.source.bb.wlay.pconfig.lhdr.pagr.set_state(ppdu_aggregate = False)

Queries the PPDU aggregation state that is off.

param ppdu_aggregate

1| ON| 0| OFF