Length

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:DATA:LENGth
class LengthCls[source]

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

get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) int[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:DATA:LENGth
value: int = driver.source.bb.wlnn.fblock.user.data.length.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

The command enters the size of the data field in bytes. For Data Length = 0, no data field will be generated for the case of a sounding frame. The maximum data length depends on the physical mode: In LEGACY mode, the maximum value is 4061 Bytes. In MIXED MODE and GREEN FIELD, the maximum value is 65495 Bytes. The data length is related to the number of data symbols. Whenever the data length changes, the number of data symbols is updated and vice versa.

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’)

return

length: integer Range: 0 to Max

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

The command enters the size of the data field in bytes. For Data Length = 0, no data field will be generated for the case of a sounding frame. The maximum data length depends on the physical mode: In LEGACY mode, the maximum value is 4061 Bytes. In MIXED MODE and GREEN FIELD, the maximum value is 65495 Bytes. The data length is related to the number of data symbols. Whenever the data length changes, the number of data symbols is updated and vice versa.

param length

integer Range: 0 to Max

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’)