Manual

SCPI Command :

[SENSe]:FILTer<n>:LPASs:FREQuency:MANual
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(filterPy=FilterPy.Default) float[source]
# [SENSe]:FILTer<n>:LPASs:FREQuency:MANual
value: float = driver.sense.filterPy.lpass.frequency.manual.get(filterPy = repcap.FilterPy.Default)

Selects the cutoff frequency of the low pass filter for the specified evaluation. For details on the low pass filter, refer to ‘Low Pass’.

Parameters:

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

Returns:

frequency: numeric value Range: 0 to 3 MHz, Unit: HZ

set(frequency: float, filterPy=FilterPy.Default) None[source]
# [SENSe]:FILTer<n>:LPASs:FREQuency:MANual
driver.sense.filterPy.lpass.frequency.manual.set(frequency = 1.0, filterPy = repcap.FilterPy.Default)

Selects the cutoff frequency of the low pass filter for the specified evaluation. For details on the low pass filter, refer to ‘Low Pass’.

Parameters:
  • frequency – numeric value Range: 0 to 3 MHz, Unit: HZ

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