Zcoupling
SCPI Command :
EYE<*>:ZCOupling
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(eye=Eye.Default) bool[source]
# EYE<*>:ZCOupling value: bool = driver.eye.zcoupling.get(eye = repcap.Eye.Default)
If enabled, the mask eye area is set to the limits of a zoom area. The zoom diagram is selected using method
RsRtx.eye.zdiagram.set().- Parameters:
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)
- Returns:
zoom_coupling: OFF | ON
- set(zoom_coupling: bool, eye=Eye.Default) None[source]
# EYE<*>:ZCOupling driver.eye.zcoupling.set(zoom_coupling = False, eye = repcap.Eye.Default)
If enabled, the mask eye area is set to the limits of a zoom area. The zoom diagram is selected using method
RsRtx.eye.zdiagram.set().- Parameters:
zoom_coupling – OFF | ON
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)