RfPower
SCPI Command :
TRIGger[:SEQuence]:LEVel:RFPower
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# TRIGger[:SEQuence]:LEVel:RFPower value: float = driver.trigger.sequence.level.rfPower.get()
Defines the power level the RF input must exceed 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. The input signal must be between 500 MHz and 8 GHz.
- 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:RFPower driver.trigger.sequence.level.rfPower.set(trigger_level = 1.0)
Defines the power level the RF input must exceed 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. The input signal must be between 500 MHz and 8 GHz.
- Parameters:
trigger_level – For details on available trigger levels and trigger bandwidths, see the specifications document. Unit: DBM