McFilter

SCPI Command :

[SENSe][:LTE]:DL:DEMod:MCFilter
class McFilterCls[source]

McFilter commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: [SENSe][:LTE]:DL:DEMod:MCFilter
value: bool = driver.applications.k10Xlte.sense.lte.downlink.demod.mcFilter.get()

Turns suppression of interfering neighboring carriers on and off (e.g. LTE, WCDMA, GSM etc) .

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: [SENSe][:LTE]:DL:DEMod:MCFilter
driver.applications.k10Xlte.sense.lte.downlink.demod.mcFilter.set(state = False)

Turns suppression of interfering neighboring carriers on and off (e.g. LTE, WCDMA, GSM etc) .

param state

ON | OFF | 1 | 0