State

SCPI Command :

EYE<*>:FILTer:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(eye=Eye.Default) bool[source]
# EYE<*>:FILTer:STATe
value: bool = driver.eye.filterPy.state.get(eye = repcap.Eye.Default)

Applies the filter settings to the data signal.

Parameters:

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

Returns:

state: OFF | ON

set(state: bool, eye=Eye.Default) None[source]
# EYE<*>:FILTer:STATe
driver.eye.filterPy.state.set(state = False, eye = repcap.Eye.Default)

Applies the filter settings to the data signal.

Parameters:
  • state – OFF | ON

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