Symbols
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:DATA:SYMBols
- class SymbolsCls[source]
Symbols 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:SYMBols value: int = driver.source.bb.wlnn.fblock.user.data.symbols.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Sets the number of data symbols per frame block. If the number of OFDM data symbols is changed, the generator calculates the data field length as a function of the set PPDU bit rate and displays it at Data Length.
- 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
symbols: integer Range: 1 to Max
- set(symbols: int, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:DATA:SYMBols driver.source.bb.wlnn.fblock.user.data.symbols.set(symbols = 1, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Sets the number of data symbols per frame block. If the number of OFDM data symbols is changed, the generator calculates the data field length as a function of the set PPDU bit rate and displays it at Data Length.
- param symbols
integer Range: 1 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’)