Gate
SCPI Command :
TREFerence<*>:GATE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(timingReference=TimingReference.Default) float[source]
# TREFerence<*>:GATE value: float = driver.treference.gate.get(timingReference = repcap.TimingReference.Default)
Sets the gate for the timing reference. Enable and configure a gate before you assign it (method
RsMxo.gate.enable.set()=ON) . The query returns 0, if no gate is assigned.- Parameters:
timingReference – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Treference’)
- Returns:
gate: Number of the gate to be used
- set(gate: float, timingReference=TimingReference.Default) None[source]
# TREFerence<*>:GATE driver.treference.gate.set(gate = 1.0, timingReference = repcap.TimingReference.Default)
Sets the gate for the timing reference. Enable and configure a gate before you assign it (method
RsMxo.gate.enable.set()=ON) . The query returns 0, if no gate is assigned.- Parameters:
gate – Number of the gate to be used
timingReference – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Treference’)