Wfilter
SCPI Command :
TRACe:IQ:WFILter
- class WfilterCls[source]
Wfilter commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: TRACe:IQ:WFILter value: bool = driver.applications.iqAnalyzer.trace.iq.wfilter.get()
Activates a 200 MHz filter before the A/D converter, thus restricting the processed bandwidth to 200 MHz while using the wideband processing path in the FSW. For prerequisites see manual operation.
- return
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None [source]
# SCPI: TRACe:IQ:WFILter driver.applications.iqAnalyzer.trace.iq.wfilter.set(state = False)
Activates a 200 MHz filter before the A/D converter, thus restricting the processed bandwidth to 200 MHz while using the wideband processing path in the FSW. For prerequisites see manual operation.
- param state
ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on