Cpresent

SCPI Command :

[SENSe]:ESPectrum<sb>:MSR:GSM:CPResent
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subBlock=SubBlock.Default) bool[source]
# [SENSe]:ESPectrum<sb>:MSR:GSM:CPResent
value: bool = driver.applications.k10Xlte.sense.espectrum.msr.gsm.cpresent.get(subBlock = repcap.SubBlock.Default)

Defines whether a GSM/Edge 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:GSM:CPResent
driver.applications.k10Xlte.sense.espectrum.msr.gsm.cpresent.set(state = False, subBlock = repcap.SubBlock.Default)

Defines whether a GSM/Edge 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’)