Length
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MPDU<ST>:DATA:LENGth
- class LengthCls[source]
Length commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default, macPdu=MacPdu.Default) int [source]
# SCPI: [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.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- param macPdu
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mpdu’)
- return
length: integer Range: 0 to 16384
- set(length: int, frameBlock=FrameBlock.Default, userIx=UserIx.Default, macPdu=MacPdu.Default) None [source]
# SCPI: [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.
- param length
integer Range: 0 to 16384
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- param macPdu
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mpdu’)