Zdiagram

SCPI Command :

GATE<*>:ZDIagram
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class ZdiagramStruct[source]

Response structure. Fields:

  • 1 Signal_Source: int: No parameter help available

  • 2 Signal_Source_2: int: No parameter help available

get(gate=Gate.Default) ZdiagramStruct[source]
# GATE<*>:ZDIagram
value: ZdiagramStruct = driver.gate.zdiagram.get(gate = repcap.Gate.Default)

Available for method RsMxo.gate.gcoupling.set() = ZOOM. The gate area is defined identically to the zoom area for the selected zoom diagram.

Parameters:

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

Returns:

structure: for return value, see the help for ZdiagramStruct structure arguments.

set(signal_source: int, signal_source_2: int = None, gate=Gate.Default) None[source]
# GATE<*>:ZDIagram
driver.gate.zdiagram.set(signal_source = 1, signal_source_2 = 1, gate = repcap.Gate.Default)

Available for method RsMxo.gate.gcoupling.set() = ZOOM. The gate area is defined identically to the zoom area for the selected zoom diagram.

Parameters:

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