Cpresent

SCPI Command :

[SENSe]:ESPectrum<sb>:MSR:LTE:CPResent
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subBlock=SubBlock.Default) bool[source]
# [SENSe]:ESPectrum<sb>:MSR:LTE:CPResent
value: bool = driver.applications.k149Uwb.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 method RsFsw.sense.espectrum.msr.bcategory.set() ) .

Parameters:

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

Returns:

state: ON | OFF | 1 | 0

set(state: bool, subBlock=SubBlock.Default) None[source]
# [SENSe]:ESPectrum<sb>:MSR:LTE:CPResent
driver.applications.k149Uwb.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 method RsFsw.sense.espectrum.msr.bcategory.set() ) .

Parameters:
  • state – ON | OFF | 1 | 0

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