Absolute

SCPI Command :

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

Selects the absolute low pass filter type 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: 3kHz | 15kHz | 150kHz Unit: HZ

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

Selects the absolute low pass filter type for the specified evaluation For details on the low pass filter, refer to ‘Low Pass’.

Parameters:
  • frequency – 3kHz | 15kHz | 150kHz Unit: HZ

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