TypePy

SCPI Commands

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

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

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

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

This command 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. 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.