BbPower
SCPI Command :
TRIGger[:SEQuence]:LEVel<ant>:BBPower
- class BbPowerCls[source]
BbPower commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(instrument=Instrument.Default) float [source]
# SCPI: 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.
- param instrument
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Level’)
- return
level: numeric value Range: -50 dBm to +20 dBm, Unit: dBm
- set(level: float, instrument=Instrument.Default) None [source]
# SCPI: 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.
- param level
numeric value Range: -50 dBm to +20 dBm, Unit: dBm
- param instrument
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Level’)