Length

SCPI Command :

[SOURce<HW>]:BB:WLAD:PCONfig:MPDU<ST>:DATA:LENGth
class LengthCls[source]

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

get(macPdu=MacPdu.Default) int[source]
# SCPI: [SOURce<HW>]:BB:WLAD:PCONfig:MPDU<ST>:DATA:LENGth
value: int = driver.source.bb.wlad.pconfig.mpdu.data.length.get(macPdu = repcap.MacPdu.Default)

Determines the size of the data field in bytes.

param macPdu

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mpdu’)

return

length: integer Range: 0 to 4096

set(length: int, macPdu=MacPdu.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLAD:PCONfig:MPDU<ST>:DATA:LENGth
driver.source.bb.wlad.pconfig.mpdu.data.length.set(length = 1, macPdu = repcap.MacPdu.Default)

Determines the size of the data field in bytes.

param length

integer Range: 0 to 4096

param macPdu

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mpdu’)