Smoothing
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:SMOothing
- class SmoothingCls[source]
Smoothing commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:SMOothing value: bool = driver.source.bb.wlnn.fblock.smoothing.get(frameBlock = repcap.FrameBlock.Default)
(available for all Tx modes, except VHT) This command indicates to the receiver whether frequency-domain smoothing is recommended as part of channel estimation.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
smoothing: OFF| ON ON Indicates that channel estimate smoothing is recommended. OFF Indicates that only per-carrier independent channel (unsmoothed) estimate is recommended.
- set(smoothing: bool, frameBlock=FrameBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:SMOothing driver.source.bb.wlnn.fblock.smoothing.set(smoothing = False, frameBlock = repcap.FrameBlock.Default)
(available for all Tx modes, except VHT) This command indicates to the receiver whether frequency-domain smoothing is recommended as part of channel estimation.
- param smoothing
OFF| ON ON Indicates that channel estimate smoothing is recommended. OFF Indicates that only per-carrier independent channel (unsmoothed) estimate is recommended.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)