Bpattern
SCPI Command :
EYE<*>:FILTer:BPATtern:RESet
- Commands in total: 7Subgroups: 6Direct child commands: 1
- reset(eye=Eye.Default, opc_timeout_ms: int = -1) None[source]
# EYE<*>:FILTer:BPATtern:RESet driver.eye.filterPy.bpattern.reset(eye = repcap.Eye.Default)
Resets the bit sequence filter to the default (DC for all bits) .
- 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
bpattern_copy = driver.eye.filterPy.bpattern.clone()
Subgroups