Zcoupling
SCPI Command :
SEARch:GATE:ZCOupling
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:GATE:ZCOupling value: bool = driver.search.gate.zcoupling.get(search = 'abc')
If enabled, the gate area is set to the limits of a zoom area. The zoom diagramm is selected using method
RsRtx.search.gate.zdiagram.set().- Parameters:
search – String with the name of the search
- Returns:
zoom_coupling: OFF | ON
- set(search: str, zoom_coupling: bool) None[source]
# SEARch:GATE:ZCOupling driver.search.gate.zcoupling.set(search = 'abc', zoom_coupling = False)
If enabled, the gate area is set to the limits of a zoom area. The zoom diagramm is selected using method
RsRtx.search.gate.zdiagram.set().- Parameters:
search – String with the name of the search
zoom_coupling – OFF | ON