Prefix<EyePrefix>
SCPI Command :
EYE<*>:FILTer:BPATtern:PREFix<*>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr8 driver.eye.filterPy.bpattern.prefix.repcap_eyePrefix_set(repcap.EyePrefix.Nr1)
- get(eye=Eye.Default, eyePrefix=EyePrefix.Default) BusBitCondition[source]
# EYE<*>:FILTer:BPATtern:PREFix<*> value: enums.BusBitCondition = driver.eye.filterPy.bpattern.prefix.get(eye = repcap.Eye.Default, eyePrefix = repcap.EyePrefix.Default)
Set the values of the indicated prefix, center, and suffix bits.
- Parameters:
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)
eyePrefix – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Prefix’)
- Returns:
bit: DC: don’t care
- set(bit: BusBitCondition, eye=Eye.Default, eyePrefix=EyePrefix.Default) None[source]
# EYE<*>:FILTer:BPATtern:PREFix<*> driver.eye.filterPy.bpattern.prefix.set(bit = enums.BusBitCondition.DC, eye = repcap.Eye.Default, eyePrefix = repcap.EyePrefix.Default)
Set the values of the indicated prefix, center, and suffix bits.
- Parameters:
bit – DC: don’t care
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)
eyePrefix – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Prefix’)
Cloning the Group
# Create a copy of the original group, that exists independently
prefix_copy = driver.eye.filterPy.bpattern.prefix.clone()