FilterPy

SCPI Command :

[SENSe]:NR5G:DEMod:FILTer
class FilterPyCls[source]

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

get() RsFsw.enums.FilterDemodNr5G[source]
# SCPI: [SENSe]:NR5G:DEMod:FILTer
value: enums.FilterDemodNr5G = driver.applications.k14Xnr5G.sense.nr5G.demod.filterPy.get()

Selects the filter for suppression of neighboring channels.

return

filter_py: MFILter Multicarrier filter. NONE No filter. PBWP Bandwidthpart filter.

set(filter_py: RsFsw.enums.FilterDemodNr5G) None[source]
# SCPI: [SENSe]:NR5G:DEMod:FILTer
driver.applications.k14Xnr5G.sense.nr5G.demod.filterPy.set(filter_py = enums.FilterDemodNr5G.MFILter)

Selects the filter for suppression of neighboring channels.

param filter_py

MFILter Multicarrier filter. NONE No filter. PBWP Bandwidthpart filter.