Carrier

SCPI Command :

[SENSe]:ESPectrum<sb>:MSR:GSM:CARRier
class CarrierCls[source]

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

get(subBlock=SubBlock.Default) float[source]
# SCPI: [SENSe]:ESPectrum<sb>:MSR:GSM:CARRier
value: float = driver.applications.k149Uwb.sense.espectrum.msr.gsm.carrier.get(subBlock = repcap.SubBlock.Default)

Defines the power of the GSM carrier (if available, see [SENSe:]ESPectrum<sb>:MSR:GSM:CPResent) . Is only available for band category 2 (see [SENSe:]ESPectrum<sb>:MSR:BCATegory) .

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:GSM:CARRier
driver.applications.k149Uwb.sense.espectrum.msr.gsm.carrier.set(min_py = 1.0, subBlock = repcap.SubBlock.Default)

Defines the power of the GSM carrier (if available, see [SENSe:]ESPectrum<sb>:MSR:GSM:CPResent) . Is only available for band category 2 (see [SENSe:]ESPectrum<sb>:MSR:BCATegory) .

param min_py

No help available

param subBlock

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