Name

SCPI Command :

[SENSe]:EVALuation:FILTer<n>:NAME
class NameCls[source]

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

get(filterPy=FilterPy.Default) str[source]
# SCPI: [SENSe]:EVALuation:FILTer<n>:NAME
value: str = driver.applications.k149Uwb.sense.evaluation.filterPy.name.get(filterPy = repcap.FilterPy.Default)

Creates a new packet filter or changes the name of an existing filter.

param filterPy

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘FilterPy’)

return

filter_name: No help available

set(filter_name: str, filterPy=FilterPy.Default) None[source]
# SCPI: [SENSe]:EVALuation:FILTer<n>:NAME
driver.applications.k149Uwb.sense.evaluation.filterPy.name.set(filter_name = 'abc', filterPy = repcap.FilterPy.Default)

Creates a new packet filter or changes the name of an existing filter.

param filter_name

1..n

param filterPy

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘FilterPy’)