Length

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MPDU<ST>:DATA:LENGth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default, userIx=UserIx.Default, macPdu=MacPdu.Default) int[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MPDU<ST>:DATA:LENGth
value: int = driver.source.bb.wlnn.fblock.user.mpdu.data.length.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default, macPdu = repcap.MacPdu.Default)

Determines the size of the data field in bytes.

Parameters:
  • frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

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

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

Returns:

length: integer Range: 0 to 16384

set(length: int, frameBlock=FrameBlock.Default, userIx=UserIx.Default, macPdu=MacPdu.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MPDU<ST>:DATA:LENGth
driver.source.bb.wlnn.fblock.user.mpdu.data.length.set(length = 1, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default, macPdu = repcap.MacPdu.Default)

Determines the size of the data field in bytes.

Parameters:
  • length – integer Range: 0 to 16384

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

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

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