IfPower

SCPI Command :

TRIGger[:SEQuence]:LEVel:IFPower
class IfPowerCls[source]

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

get() float[source]
# SCPI: 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.

return

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

set(trigger_level: float) None[source]
# SCPI: 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.

param trigger_level

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