Source
SCPI Command :
[SENSe]:SWEep:EGATe:SOURce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() GatedSourceK30[source]
# [SENSe]:SWEep:EGATe:SOURce value: enums.GatedSourceK30 = driver.applications.k30NoiseFigure.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: GatedSourceK30) None[source]
# [SENSe]:SWEep:EGATe:SOURce driver.applications.k30NoiseFigure.sense.sweep.egate.source.set(source = enums.GatedSourceK30.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