State

SCPI Commands

SENSe:FILTer<FilterPy>:LPASs:STATe
class StateCls[source]

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

get(filterPy=FilterPy.Default) bool[source]
# SCPI: [SENSe]:FILTer<n>:LPASs[:STATe]
value: bool = driver.sense.filterPy.lpass.state.get(filterPy = repcap.FilterPy.Default)
This command turns a low pass filter for measurements on small carrier frequencies on and off.

INTRO_CMD_HELP: Effects of using thelow pass filter:

  • Auto search feature is turned off ([SENSe:]ADJust:CONFigure:FREQuency:AUTosearch[:STATe]) .

  • Signal count is turned off ([SENSe:]ADJust:CONFigure:FREQuency:COUNt) .

  • The stop offset is limited to 20 % of the filter cut-off frequency ([SENSe:]FREQuency:STOP) .

  • DC coupling should be used for measurements on carrier frequencies below 1 MHz (method RsFswp.Applications.K30_NoiseFigure.InputPy.Coupling.set) .

param filterPy

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

return

state: ON | OFF | 1 | 0 When you turn on the filter, you can define a cutoff frequency with [SENSe:]FILTer:LPASs:FREQuency:MANual.

set(state: bool, filterPy=FilterPy.Default) None[source]
# SCPI: [SENSe]:FILTer<n>:LPASs[:STATe]
driver.sense.filterPy.lpass.state.set(state = False, filterPy = repcap.FilterPy.Default)
This command turns a low pass filter for measurements on small carrier frequencies on and off.

INTRO_CMD_HELP: Effects of using thelow pass filter:

  • Auto search feature is turned off ([SENSe:]ADJust:CONFigure:FREQuency:AUTosearch[:STATe]) .

  • Signal count is turned off ([SENSe:]ADJust:CONFigure:FREQuency:COUNt) .

  • The stop offset is limited to 20 % of the filter cut-off frequency ([SENSe:]FREQuency:STOP) .

  • DC coupling should be used for measurements on carrier frequencies below 1 MHz (method RsFswp.Applications.K30_NoiseFigure.InputPy.Coupling.set) .

param state

ON | OFF | 1 | 0 When you turn on the filter, you can define a cutoff frequency with [SENSe:]FILTer:LPASs:FREQuency:MANual.

param filterPy

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