DiqFilter
SCPI Command :
TRACe:IQ:DIQFilter
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# TRACe:IQ:DIQFilter value: bool = driver.applications.iqAnalyzer.trace.iq.diqFilter.get()
Is only available when using the optional ‘Digital Baseband’ interface. By default, a decimation filter is used during data acquisition to reduce the sample rate to the value defined using method
RsFsw.applications.k10Xlte.trace.iq.symbolRate.get(). If the filter is bypassed, the sample rate is identical to the input sample rate configured for the Digital I/Q input source (see methodRsFsw.applications.k10Xlte.inputPy.diq.symbolRate.set()) .- 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:DIQFilter driver.applications.iqAnalyzer.trace.iq.diqFilter.set(state = False)
Is only available when using the optional ‘Digital Baseband’ interface. By default, a decimation filter is used during data acquisition to reduce the sample rate to the value defined using method
RsFsw.applications.k10Xlte.trace.iq.symbolRate.get(). If the filter is bypassed, the sample rate is identical to the input sample rate configured for the Digital I/Q input source (see methodRsFsw.applications.k10Xlte.inputPy.diq.symbolRate.set()) .- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on