FilterPy

SCPI Command :

EYE<*>:FILTer:RESet
Commands in total: 15
Subgroups: 4
Direct child commands: 1
reset(eye=Eye.Default, opc_timeout_ms: int = -1) None[source]
# EYE<*>:FILTer:RESet
driver.eye.filterPy.reset(eye = repcap.Eye.Default)

Resets the current settings of a protocol filter.

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

  • opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.

Cloning the Group

# Create a copy of the original group, that exists independently
filterPy_copy = driver.eye.filterPy.clone()

Subgroups