Couple
SCPI Command :
EYE<*>:VERTical:COUPle
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(eye=Eye.Default) bool[source]
# EYE<*>:VERTical:COUPle value: bool = driver.eye.vertical.couple.get(eye = repcap.Eye.Default)
If enabled, the vertical position and scale of the source are used.
- Parameters:
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)
- Returns:
vert_cpl: OFF | ON
- set(vert_cpl: bool, eye=Eye.Default) None[source]
# EYE<*>:VERTical:COUPle driver.eye.vertical.couple.set(vert_cpl = False, eye = repcap.Eye.Default)
If enabled, the vertical position and scale of the source are used.
- Parameters:
vert_cpl – OFF | ON
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)