State
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:TDWindowing:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) bool[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:TDWindowing:STATe value: bool = driver.source.bb.wlnn.fblock.tdWindowing.state.get(frameBlock = repcap.FrameBlock.Default)
Activates/deactivates the time domain windowing. Time domain windowing is a method to influence the spectral characteristics of the signal, which is not stipulated by the standard. However, it does not replace oversampling and subsequent signal filtering.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
state: 1 | ON | 0| OFF
- set(state: bool, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:TDWindowing:STATe driver.source.bb.wlnn.fblock.tdWindowing.state.set(state = False, frameBlock = repcap.FrameBlock.Default)
Activates/deactivates the time domain windowing. Time domain windowing is a method to influence the spectral characteristics of the signal, which is not stipulated by the standard. However, it does not replace oversampling and subsequent signal filtering.
- Parameters:
state – 1 | ON | 0| OFF
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)