Doppler
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:DOPPler
- class DopplerCls[source]
Doppler commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:DOPPler value: bool = driver.source.bb.wlnn.fblock.doppler.get(frameBlock = repcap.FrameBlock.Default)
If switched on, the Doppler effect is used for the PPDU.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
doppler: OFF| ON| 1| 0
- set(doppler: bool, frameBlock=FrameBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:DOPPler driver.source.bb.wlnn.fblock.doppler.set(doppler = False, frameBlock = repcap.FrameBlock.Default)
If switched on, the Doppler effect is used for the PPDU.
- param doppler
OFF| ON| 1| 0
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)