Length
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:DATA:LENGth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) int[source]
# [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.
- 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’)
- Returns:
length: integer Range: 0 to Max
- set(length: int, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [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.
- Parameters:
length – integer Range: 0 to Max
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’)