TypePy
SCPI Command :
[SENSe]:SWEep:EGATe:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() EgateType[source]
# [SENSe]:SWEep:EGATe:TYPE value: enums.EgateType = driver.sense.sweep.egate.typePy.get()
Selects the way gated measurements are triggered.
- Returns:
type_py: LEVel The trigger event for the gate to open is a particular power level. After the gate signal has been detected, the gate remains open until the signal disappears. Note: If you perform gated measurements in combination with the IF Power trigger, the FSW ignores the holding time for frequency sweep, FFT sweep, zero span and I/Q mode measurements. EDGE The trigger event for the gate to open is the detection of the signal edge. After the gate signal has been detected, the gate remains open until the gate length is over.
- set(type_py: EgateType) None[source]
# [SENSe]:SWEep:EGATe:TYPE driver.sense.sweep.egate.typePy.set(type_py = enums.EgateType.EDGE)
Selects the way gated measurements are triggered.
- Parameters:
type_py – LEVel The trigger event for the gate to open is a particular power level. After the gate signal has been detected, the gate remains open until the signal disappears. Note: If you perform gated measurements in combination with the IF Power trigger, the FSW ignores the holding time for frequency sweep, FFT sweep, zero span and I/Q mode measurements. EDGE The trigger event for the gate to open is the detection of the signal edge. After the gate signal has been detected, the gate remains open until the gate length is over.