State

SCPI Command :

TRACe:IQ:EGATe[:STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: 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.

return

state: ON | OFF

set(state: bool) None[source]
# SCPI: 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.

param state

ON | OFF