IfPower

SCPI Command :

TRIGger[:SEQuence]:LEVel:IFPower
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# TRIGger[:SEQuence]:LEVel:IFPower
value: float = driver.trigger.sequence.level.ifPower.get()

Defines the power level at the third intermediate frequency that must be exceeded to cause a trigger event. Note that any RF attenuation or preamplification is considered when the trigger level is analyzed. If defined, a reference level offset is also considered. For compatibility reasons, this command is also available for the ‘Baseband Power’ trigger source when using the ‘Analog Baseband’ interface.

Returns:

trigger_level: For details on available trigger levels and trigger bandwidths, see the specifications document. Unit: DBM

set(trigger_level: float) None[source]
# TRIGger[:SEQuence]:LEVel:IFPower
driver.trigger.sequence.level.ifPower.set(trigger_level = 1.0)

Defines the power level at the third intermediate frequency that must be exceeded to cause a trigger event. Note that any RF attenuation or preamplification is considered when the trigger level is analyzed. If defined, a reference level offset is also considered. For compatibility reasons, this command is also available for the ‘Baseband Power’ trigger source when using the ‘Analog Baseband’ interface.

Parameters:

trigger_level – For details on available trigger levels and trigger bandwidths, see the specifications document. Unit: DBM