FilterPy

SCPI Command :

PROBe<*>:SETup:ADVanced:FILTer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(probe=Probe.Default) bool[source]
# PROBe<*>:SETup:ADVanced:FILTer
value: bool = driver.probe.setup.advanced.filterPy.get(probe = repcap.Probe.Default)

Enables the lowpass filter in the probe control box.

Parameters:

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

Returns:

bw_filter_st: OFF | ON

set(bw_filter_st: bool, probe=Probe.Default) None[source]
# PROBe<*>:SETup:ADVanced:FILTer
driver.probe.setup.advanced.filterPy.set(bw_filter_st = False, probe = repcap.Probe.Default)

Enables the lowpass filter in the probe control box.

Parameters:
  • bw_filter_st – OFF | ON

  • probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)