Pagr

SCPI Command :

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

Returns:

ppdu_aggregate: 1 | ON | 0| OFF

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

Parameters:

ppdu_aggregate – 1 | ON | 0| OFF