BbPower
SCPI Command :
TRIGger[:SEQuence]:LEVel<ant>:BBPower
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(instrument=Instrument.Default) float[source]
# TRIGger[:SEQuence]:LEVel<ant>:BBPower value: float = driver.applications.k10Xlte.trigger.sequence.level.bbPower.get(instrument = repcap.Instrument.Default)
Sets the level of the baseband power trigger. Is available for the optional Digital Baseband Interface and the optional Analog Baseband Interface.
- Parameters:
instrument – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Level’)
- Returns:
level: numeric value Range: -50 dBm to +20 dBm, Unit: dBm
- set(level: float, instrument=Instrument.Default) None[source]
# TRIGger[:SEQuence]:LEVel<ant>:BBPower driver.applications.k10Xlte.trigger.sequence.level.bbPower.set(level = 1.0, instrument = repcap.Instrument.Default)
Sets the level of the baseband power trigger. Is available for the optional Digital Baseband Interface and the optional Analog Baseband Interface.
- Parameters:
level – numeric value Range: -50 dBm to +20 dBm, Unit: dBm
instrument – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Level’)