Source

SCPI Command :

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

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

get() RsFsw.enums.TriggerSourceD[source]
# SCPI: [SENSe]:SWEep:EGATe:SOURce
value: enums.TriggerSourceD = driver.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’.

INTRO_CMD_HELP: 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’

return

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

set(source: RsFsw.enums.TriggerSourceD) None[source]
# SCPI: [SENSe]:SWEep:EGATe:SOURce
driver.sense.sweep.egate.source.set(source = enums.TriggerSourceD.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’.

INTRO_CMD_HELP: 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’

param source

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