Length

SCPI Command :

[SOURce<HW>]:BB:WLAD:PCONfig:MPDU<ST>:DATA:LENGth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(macPdu=MacPdu.Default) int[source]
# [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.

Parameters:

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

Returns:

length: integer Range: 0 to 4096

set(length: int, macPdu=MacPdu.Default) None[source]
# [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.

Parameters:
  • length – integer Range: 0 to 4096

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