Length

SCPI Command :

TRACe:IQ:EGATe:LENGth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# TRACe:IQ:EGATe:LENGth
value: float = driver.trace.iq.egate.length.get()

Defines the gate length for gated measurements with the I/Q analyzer. Defines the gate length in samples in edge mode. For details see ‘Configuring I/Q gating’.

Returns:

gate_length: numeric value Max = (440 MS * sample rate/200MHz) -1 pretrigger samples defined by TRACe:IQ:SET; sample rate defined by method RsFsw.applications.k10Xlte.trace.iq.symbolRate.get() ) Range: 1…Max (samples)

set(gate_length: float) None[source]
# TRACe:IQ:EGATe:LENGth
driver.trace.iq.egate.length.set(gate_length = 1.0)

Defines the gate length for gated measurements with the I/Q analyzer. Defines the gate length in samples in edge mode. For details see ‘Configuring I/Q gating’.

Parameters:

gate_length – numeric value Max = (440 MS * sample rate/200MHz) -1 pretrigger samples defined by TRACe:IQ:SET; sample rate defined by method RsFsw.applications.k10Xlte.trace.iq.symbolRate.get() ) Range: 1…Max (samples)