Cpresent

SCPI Command :

[SENSe]:ESPectrum<sb>:MSR:GSM: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:GSM:CPResent
value: bool = driver.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 [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:GSM:CPResent
driver.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 [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’)