Egate
SCPI Command :
[SENSe]:SWEep:EGATe
- Commands in total: 14Subgroups: 9Direct child commands: 1
- get() bool[source]
# [SENSe]:SWEep:EGATe value: bool = driver.applications.k14Xnr5G.sense.sweep.egate.get()
Turns gated measurements on and off. For measurements with an external trigger gate, the measured values are recorded as long as the gate is opened. During a sweep the gate can be opened and closed several times. The synchronization mechanisms with
*OPC,*OPC?and*WAIremain completely unaffected. The measurement ends when a particular number of measurement points has been recorded. (See methodRsFsw.sense.sweep.window.points.set()) . Performing gated measurements turns the squelch off.- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None[source]
# [SENSe]:SWEep:EGATe driver.applications.k14Xnr5G.sense.sweep.egate.set(state = False)
Turns gated measurements on and off. For measurements with an external trigger gate, the measured values are recorded as long as the gate is opened. During a sweep the gate can be opened and closed several times. The synchronization mechanisms with
*OPC,*OPC?and*WAIremain completely unaffected. The measurement ends when a particular number of measurement points has been recorded. (See methodRsFsw.sense.sweep.window.points.set()) . Performing gated measurements turns the squelch off.- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
Cloning the Group
# Create a copy of the original group, that exists independently
egate_copy = driver.applications.k14Xnr5G.sense.sweep.egate.clone()
Subgroups