Mpower

SCPI Command :

[SENSe]:ESPectrum<sb>:MSR:MPOWer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subBlock=SubBlock.Default) float[source]
# [SENSe]:ESPectrum<sb>:MSR:MPOWer
value: float = driver.applications.k14Xnr5G.sense.espectrum.msr.mpower.get(subBlock = repcap.SubBlock.Default)

Defines the maximum output power of the base station. This setting is only available for base stations with a medium range base station class (see method RsFsw.sense.espectrum.msr.classPy.set() ) .

Parameters:

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

Returns:

power: Range: 0 dBm to 100 dBm, Unit: dBm

set(power: float, subBlock=SubBlock.Default) None[source]
# [SENSe]:ESPectrum<sb>:MSR:MPOWer
driver.applications.k14Xnr5G.sense.espectrum.msr.mpower.set(power = 1.0, subBlock = repcap.SubBlock.Default)

Defines the maximum output power of the base station. This setting is only available for base stations with a medium range base station class (see method RsFsw.sense.espectrum.msr.classPy.set() ) .

Parameters:
  • power – Range: 0 dBm to 100 dBm, Unit: dBm

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