Zdiagram

SCPI Command :

MEASurement<*>:GATE:ZDIagram
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(diagram: str, measurement=Measurement.Default) str[source]
# MEASurement<*>:GATE:ZDIagram
value: str = driver.measurement.gate.zdiagram.get(diagram = 'abc', measurement = repcap.Measurement.Default)

If method RsRtx.measurement.gate.zcoupling.set() is enabled, the gate area is defined identically to the zoom area for the selected zoom diagram.

Parameters:
  • diagram – String with the name of the diagram on which the zoom is based

  • measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

set(diagram: str, zoom_diagram: str, measurement=Measurement.Default) None[source]
# MEASurement<*>:GATE:ZDIagram
driver.measurement.gate.zdiagram.set(diagram = 'abc', zoom_diagram = 'abc', measurement = repcap.Measurement.Default)

If method RsRtx.measurement.gate.zcoupling.set() is enabled, the gate area is defined identically to the zoom area for the selected zoom diagram.

Parameters:

measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)