Manual

SCPI Commands

SENSe:FILTer<FilterPy>:LPASs: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>:LPASs:FREQuency:MANual
value: float = driver.sense.filterPy.lpass.frequency.manual.get(filterPy = repcap.FilterPy.Default)
This command defines the cutoff frequency of the low pass filter you can use to measure small carrier frequencies.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on low pass filter ([SENSe:]FILTer:LPASs[:STATe]) .

param filterPy

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

return

frequency: numeric value Unit: Hz

set(frequency: float, filterPy=FilterPy.Default) None[source]
# SCPI: [SENSe]:FILTer<n>:LPASs:FREQuency:MANual
driver.sense.filterPy.lpass.frequency.manual.set(frequency = 1.0, filterPy = repcap.FilterPy.Default)
This command defines the cutoff frequency of the low pass filter you can use to measure small carrier frequencies.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on low pass filter ([SENSe:]FILTer:LPASs[:STATe]) .

param frequency

numeric value Unit: Hz

param filterPy

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