TypePy

SCPI Command :

[SENSe]:SWEep:EGATe:TYPE
class TypePyCls[source]

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

get() RsFsw.enums.EgateType[source]
# SCPI: [SENSe]:SWEep:EGATe:TYPE
value: enums.EgateType = driver.sense.sweep.egate.typePy.get()

Selects the way gated measurements are triggered.

return

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: RsFsw.enums.EgateType) None[source]
# SCPI: [SENSe]:SWEep:EGATe:TYPE
driver.sense.sweep.egate.typePy.set(type_py = enums.EgateType.EDGE)

Selects the way gated measurements are triggered.

param 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.