Set

SCPI Command :

[SENSe]:EVALuation:FILTer<n>:SET
class SetCls[source]

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

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

Sets the packets for the specified packet filter.

param filterPy

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

return

packets: No help available

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

Sets the packets for the specified packet filter.

param packets

1..n

param filterPy

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