Zdiagram
SCPI Command :
EYE<*>:ZDIagram
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(diagram: str, eye=Eye.Default) str[source]
# EYE<*>:ZDIagram value: str = driver.eye.zdiagram.get(diagram = 'abc', eye = repcap.Eye.Default)
Selects the zoom to which the eye mask area is set if method
RsRtx.eye.zcoupling.set()is enabled.- Parameters:
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)
- Returns:
zoom_diagram: String with the name of the diagram on which the zoom is based
- set(diagram: str, zoom_diagram: str, eye=Eye.Default) None[source]
# EYE<*>:ZDIagram driver.eye.zdiagram.set(diagram = 'abc', zoom_diagram = 'abc', eye = repcap.Eye.Default)
Selects the zoom to which the eye mask area is set if method
RsRtx.eye.zcoupling.set()is enabled.- Parameters:
zoom_diagram – String with the name of the diagram on which the zoom is based
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)