FilterPy

SCPI Command :

[SENSe]:ESPectrum<sb>:FILTer
class FilterPyCls[source]

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

get(subBlock=SubBlock.Default) bool[source]
# SCPI: [SENSe]:ESPectrum<sb>:FILTer
value: bool = driver.applications.k149Uwb.sense.espectrum.filterPy.get(subBlock = repcap.SubBlock.Default)

No command help available

param subBlock

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

return

state: No help available

set(state: bool, subBlock=SubBlock.Default) None[source]
# SCPI: [SENSe]:ESPectrum<sb>:FILTer
driver.applications.k149Uwb.sense.espectrum.filterPy.set(state = False, subBlock = repcap.SubBlock.Default)

No command help available

param state

No help available

param subBlock

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k149Uwb.sense.espectrum.filterPy.clone()

Subgroups