FilterPy<FilterPy>
RepCap Settings
# Range: Nr1 .. Nr32
rc = driver.applications.k149Uwb.sense.evaluation.filterPy.repcap_filterPy_get()
driver.applications.k149Uwb.sense.evaluation.filterPy.repcap_filterPy_set(repcap.FilterPy.Nr1)
SCPI Command :
[SENSe]:EVALuation:FILTer<n>:DELete
- class FilterPyCls[source]
FilterPy commands group definition. 3 total commands, 2 Subgroups, 1 group commands Repeated Capability: FilterPy, default value after init: FilterPy.Nr1
- delete(filterPy=FilterPy.Default) None [source]
# SCPI: [SENSe]:EVALuation:FILTer<n>:DELete driver.applications.k149Uwb.sense.evaluation.filterPy.delete(filterPy = repcap.FilterPy.Default)
Deletes the specified packet filter.
- param filterPy
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘FilterPy’)
- delete_with_opc(filterPy=FilterPy.Default, opc_timeout_ms: int = - 1) None [source]
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k149Uwb.sense.evaluation.filterPy.clone()
Subgroups