Wfilter

SCPI Command :

TRACe:IQ:WFILter
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# 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.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# 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.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on