Mpower

SCPI Command :

[SENSe]:ESPectrum<sb>:MSR:MPOWer
class MpowerCls[source]

Mpower commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(subBlock=SubBlock.Default) float[source]
# SCPI: [SENSe]:ESPectrum<sb>:MSR:MPOWer
value: float = driver.applications.k149Uwb.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 [SENSe:]ESPectrum<sb>:MSR:CLASs) .

param subBlock

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

return

min_py: No help available

set(min_py: float, subBlock=SubBlock.Default) None[source]
# SCPI: [SENSe]:ESPectrum<sb>:MSR:MPOWer
driver.applications.k149Uwb.sense.espectrum.msr.mpower.set(min_py = 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 [SENSe:]ESPectrum<sb>:MSR:CLASs) .

param min_py

No help available

param subBlock

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