State
SCPI Command :
TRACe:IQ:EGATe[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# TRACe:IQ:EGATe[:STATe] value: bool = driver.trace.iq.egate.state.get()
Turns gated measurements with the I/Q analyzer on and off. Before you can use the command you have to turn on the I/Q analyzer and select an external or IF power trigger source.
- Returns:
state: ON | OFF
- set(state: bool) None[source]
# TRACe:IQ:EGATe[:STATe] driver.trace.iq.egate.state.set(state = False)
Turns gated measurements with the I/Q analyzer on and off. Before you can use the command you have to turn on the I/Q analyzer and select an external or IF power trigger source.
- Parameters:
state – ON | OFF