Absolute
SCPI Command :
[SENSe]:FILTer<n>:HPASs:FREQuency[:ABSolute]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(filterPy=FilterPy.Default) float[source]
# [SENSe]:FILTer<n>:HPASs:FREQuency[:ABSolute] value: float = driver.sense.filterPy.hpass.frequency.absolute.get(filterPy = repcap.FilterPy.Default)
Selects the high pass filter type for the specified evaluation. For details on the high pass filters, refer to ‘High Pass’.
- Parameters:
filterPy – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘FilterPy’)
- Returns:
frequency: 20 Hz | 50 Hz | 300 Hz Unit: Hz
- set(frequency: float, filterPy=FilterPy.Default) None[source]
# [SENSe]:FILTer<n>:HPASs:FREQuency[:ABSolute] driver.sense.filterPy.hpass.frequency.absolute.set(frequency = 1.0, filterPy = repcap.FilterPy.Default)
Selects the high pass filter type for the specified evaluation. For details on the high pass filters, refer to ‘High Pass’.
- Parameters:
frequency – 20 Hz | 50 Hz | 300 Hz Unit: Hz
filterPy – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘FilterPy’)