Doppler
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:DOPPler
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) bool[source]
# [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.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
doppler: OFF | ON | 1| 0
- set(doppler: bool, frameBlock=FrameBlock.Default) None[source]
# [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.
- Parameters:
doppler – OFF | ON | 1| 0
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)