Absolute

SCPI Commands

SENSe:FILTer<FilterPy>:LPASs:FREQuency:ABSolute
class AbsoluteCls[source]

Absolute commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(filterPy=FilterPy.Default) float[source]
# SCPI: [SENSe]:FILTer<n>:LPASs:FREQuency[:ABSolute]
value: float = driver.sense.filterPy.lpass.frequency.absolute.get(filterPy = repcap.FilterPy.Default)

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

param filterPy

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

return

frequency: 3kHz | 15kHz | 150kHz Unit: HZ

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

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

param frequency

3kHz | 15kHz | 150kHz Unit: HZ

param filterPy

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