Manual

SCPI Command :

[SENSe]:FILTer<n>:HPASs:FREQuency:MANual
class ManualCls[source]

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

get(filterPy=FilterPy.Default) float[source]
# SCPI: [SENSe]:FILTer<n>:HPASs:FREQuency:MANual
value: float = driver.sense.filterPy.hpass.frequency.manual.get(filterPy = repcap.FilterPy.Default)

Selects the cutoff frequency of the high pass filter 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: numeric value Range: 0 to 3 MHz, Unit: HZ

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

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

param frequency

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

param filterPy

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