Enable
SCPI Command :
GATE<*>:ENABle
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(gate=Gate.Default) bool[source]
# GATE<*>:ENABle value: bool = driver.gate.enable.get(gate = repcap.Gate.Default)
Enables the gate.
- Parameters:
gate – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)
- Returns:
first: OFF | ON
- set(first: bool, gate=Gate.Default) None[source]
# GATE<*>:ENABle driver.gate.enable.set(first = False, gate = repcap.Gate.Default)
Enables the gate.
- Parameters:
first – OFF | ON
gate – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)