Mpdu<MacPdu>
SCPI Command :
[SOURce<HW>]:BB:WLAD:PCONfig:MPDU:COUNt
- Commands in total: 5Subgroups: 1Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr64 driver.source.bb.wlad.pconfig.mpdu.repcap_macPdu_set(repcap.MacPdu.Nr1)
- get_count() int[source]
# [SOURce<HW>]:BB:WLAD:PCONfig:MPDU:COUNt value: int = driver.source.bb.wlad.pconfig.mpdu.get_count()
Sets the number of MPDUs in the frame.
- Returns:
count: integer Range: 1 to 64
- set_count(count: int) None[source]
# [SOURce<HW>]:BB:WLAD:PCONfig:MPDU:COUNt driver.source.bb.wlad.pconfig.mpdu.set_count(count = 1)
Sets the number of MPDUs in the frame.
- Parameters:
count – integer Range: 1 to 64
Cloning the Group
# Create a copy of the original group, that exists independently
mpdu_copy = driver.source.bb.wlad.pconfig.mpdu.clone()
Subgroups