Cpresent
SCPI Command :
[SENSe]:ESPectrum<sb>:MSR:LTE:CPResent
- class CpresentCls[source]
Cpresent commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(subBlock=SubBlock.Default) bool [source]
# SCPI: [SENSe]:ESPectrum<sb>:MSR:LTE:CPResent value: bool = driver.sense.espectrum.msr.lte.cpresent.get(subBlock = repcap.SubBlock.Default)
Defines whether an LTE FDD 1.4 MHz or 3 MHz carrier is located at the edge of the specified RF bandwidth. In this case, the specification demands specific limits for the SEM ranges. 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
state: ON | OFF | 1 | 0
- set(state: bool, subBlock=SubBlock.Default) None [source]
# SCPI: [SENSe]:ESPectrum<sb>:MSR:LTE:CPResent driver.sense.espectrum.msr.lte.cpresent.set(state = False, subBlock = repcap.SubBlock.Default)
Defines whether an LTE FDD 1.4 MHz or 3 MHz carrier is located at the edge of the specified RF bandwidth. In this case, the specification demands specific limits for the SEM ranges. Is only available for band category 2 (see [SENSe:]ESPectrum<sb>:MSR:BCATegory) .
- param state
ON | OFF | 1 | 0
- param subBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)