Mpdu<MacPdu>

RepCap Settings

# Range: Nr1 .. Nr64
rc = driver.source.bb.wlad.pconfig.mpdu.repcap_macPdu_get()
driver.source.bb.wlad.pconfig.mpdu.repcap_macPdu_set(repcap.MacPdu.Nr1)

SCPI Command :

[SOURce<HW>]:BB:WLAD:PCONfig:MPDU:COUNt
class MpduCls[source]

Mpdu commands group definition. 5 total commands, 1 Subgroups, 1 group commands Repeated Capability: MacPdu, default value after init: MacPdu.Nr1

get_count() int[source]
# SCPI: [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.

return

count: integer Range: 1 to 64

set_count(count: int) None[source]
# SCPI: [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.

param count

integer Range: 1 to 64

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.wlad.pconfig.mpdu.clone()

Subgroups