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.sense.sweep.egate.typePy.get()
This command selects the gate type.

INTRO_CMD_HELP: Prerequisites for this command

  • Optional pulsed phase noise measurement application.

return

type_py: No help available

set(type_py: EgateType) None[source]
# SCPI: [SENSe]:SWEep:EGATe:TYPE
driver.sense.sweep.egate.typePy.set(type_py = enums.EgateType.EDGE)
This command selects the gate type.

INTRO_CMD_HELP: Prerequisites for this command

  • Optional pulsed phase noise measurement application.

param type_py

EDGE The gate opens when the gate level has been exceeded and closes when the time defined by the gate length has elapsed. LEVel The gate opens when the gate level has been exceeded and closes when the signal level again falls below the gate level. OFF The gate is off.