State

SCPI Command :

[SENSe]:FILTer<n>:DEMPhasis[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(filterPy=FilterPy.Default) bool[source]
# [SENSe]:FILTer<n>:DEMPhasis[:STATe]
value: bool = driver.sense.filterPy.demphasis.state.get(filterPy = repcap.FilterPy.Default)

Activates/deactivates the selected deemphasis for the specified evaluation. For details about deemphasis refer to ‘Deemphasis’.

Parameters:

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

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool, filterPy=FilterPy.Default) None[source]
# [SENSe]:FILTer<n>:DEMPhasis[:STATe]
driver.sense.filterPy.demphasis.state.set(state = False, filterPy = repcap.FilterPy.Default)

Activates/deactivates the selected deemphasis for the specified evaluation. For details about deemphasis refer to ‘Deemphasis’.

Parameters:
  • state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

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