Show
SCPI Command :
GATE<*>:SHOW
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(gate=Gate.Default) bool[source]
# GATE<*>:SHOW value: bool = driver.gate.show.get(gate = repcap.Gate.Default)
If enabled, the gate area is indicated in the source diagram.
- Parameters:
gate – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)
- Returns:
display_state: OFF | ON
- set(display_state: bool, gate=Gate.Default) None[source]
# GATE<*>:SHOW driver.gate.show.set(display_state = False, gate = repcap.Gate.Default)
If enabled, the gate area is indicated in the source diagram.
- Parameters:
display_state – OFF | ON
gate – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)