Source

SCPI Commands

SENSe:SWEep:EGATe:SOURce
class SourceCls[source]

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

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

This command selects the signal source for gated measurements. If an IF power signal is used, the gate is opened as soon as a signal at > -20 dBm is detected within the IF path bandwidth (10 MHz) . For more information see ‘Trigger Source’.

return

source: EXTernal | EXT2 | EXT3 | IFPower | IQPower | VIDeo | RFPower | PSEN

set(source: GatedSourceK30) None[source]
# SCPI: [SENSe]:SWEep:EGATe:SOURce
driver.applications.k30NoiseFigure.sense.sweep.egate.source.set(source = enums.GatedSourceK30.EXT2)

This command selects the signal source for gated measurements. If an IF power signal is used, the gate is opened as soon as a signal at > -20 dBm is detected within the IF path bandwidth (10 MHz) . For more information see ‘Trigger Source’.

param source

EXTernal | EXT2 | EXT3 | IFPower | IQPower | VIDeo | RFPower | PSEN