DiqFilter
SCPI Command :
TRACe:IQ:DIQFilter
- class DiqFilterCls[source]
DiqFilter commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: TRACe:IQ:DIQFilter value: bool = driver.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.K10x_Lte.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 method RsFsw.Applications.K10x_Lte.InputPy.Diq.SymbolRate.set) .
- 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:DIQFilter driver.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.K10x_Lte.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 method RsFsw.Applications.K10x_Lte.InputPy.Diq.SymbolRate.set) .
- param state
ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on