RfPower

SCPI Command :

TRIGger[:SEQuence]:LEVel<ant>:RFPower
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(instrument=Instrument.Default) float[source]
# TRIGger[:SEQuence]:LEVel<ant>:RFPower
value: float = driver.applications.k10Xlte.trigger.sequence.level.rfPower.get(instrument = repcap.Instrument.Default)

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:

instrument – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Level’)

Returns:

level: numeric value For details on available trigger levels and trigger bandwidths see the specifications document. Unit: dBm

set(level: float, instrument=Instrument.Default) None[source]
# TRIGger[:SEQuence]:LEVel<ant>:RFPower
driver.applications.k10Xlte.trigger.sequence.level.rfPower.set(level = 1.0, instrument = repcap.Instrument.Default)

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:
  • level – numeric value For details on available trigger levels and trigger bandwidths see the specifications document. Unit: dBm

  • instrument – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Level’)