Smoothing

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:SMOothing
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) bool[source]
# [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.

Parameters:

frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

Returns:

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]
# [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.

Parameters:
  • smoothing – OFF | ON ON Indicates that channel estimate smoothing is recommended. OFF Indicates that only per-carrier independent channel (unsmoothed) estimate is recommended.

  • frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)