RfPower
SCPI Command :
TRIGger[:SEQuence]:LEVel:RFPower
- class RfPowerCls[source]
- RfPower commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get() float[source]
- # SCPI: TRIGger[:SEQuence]:LEVel:RFPower value: float = driver.applications.k60Transient.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. - 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:RFPower driver.applications.k60Transient.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. - param trigger_level
- For details on available trigger levels and trigger bandwidths, see the specifications document. Unit: DBM