Absolute
SCPI Command :
[SENSe]:FILTer<n>:HPASs: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>: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’.
- param filterPy
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘FilterPy’)
- return
frequency: 20 Hz | 50 Hz | 300 Hz Unit: Hz
- set(frequency: float, filterPy=FilterPy.Default) None [source]
# SCPI: [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’.
- param frequency
20 Hz | 50 Hz | 300 Hz Unit: Hz
- param filterPy
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘FilterPy’)