Bcategory
SCPI Command :
[SENSe]:ESPectrum<sb>:MSR:BCATegory
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subBlock=SubBlock.Default) float[source]
# [SENSe]:ESPectrum<sb>:MSR:BCATegory value: float = driver.sense.espectrum.msr.bcategory.get(subBlock = repcap.SubBlock.Default)
Defines the band category for MSR measurements, i.e. the combination of available carriers to measure.
- Parameters:
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)
- Returns:
category: 1 | 2 | 3 1 2 carriers: LTE FDD and W-CDMA 2 3 carriers: LTE FDD, W-CDMA and GSM/EDGE 3 2 carriers: LTE TDD and TD-SCDMA
- set(category: float, subBlock=SubBlock.Default) None[source]
# [SENSe]:ESPectrum<sb>:MSR:BCATegory driver.sense.espectrum.msr.bcategory.set(category = 1.0, subBlock = repcap.SubBlock.Default)
Defines the band category for MSR measurements, i.e. the combination of available carriers to measure.
- Parameters:
category – 1 | 2 | 3 1 2 carriers: LTE FDD and W-CDMA 2 3 carriers: LTE FDD, W-CDMA and GSM/EDGE 3 2 carriers: LTE TDD and TD-SCDMA
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)