Source

SCPI Command :

[SENSe]:SWEep:EGATe:SOURce
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() GatedSourceNr5G[source]
# [SENSe]:SWEep:EGATe:SOURce
value: enums.GatedSourceNr5G = driver.applications.k14Xnr5G.sense.sweep.egate.source.get()

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’. For triggered gated measurements,only the following gate trigger sources are supported:

  • ‘External Trigger 1/2/3’

  • ‘Power Sensor’

For details see ‘Triggered gated measurements’

Returns:

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

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

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’. For triggered gated measurements,only the following gate trigger sources are supported:

  • ‘External Trigger 1/2/3’

  • ‘Power Sensor’

For details see ‘Triggered gated measurements’

Parameters:

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