Alpha

SCPI Command :

[SENSe]:ESPectrum<sb>:FILTer[:RRC]:ALPHa
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subBlock=SubBlock.Default) float[source]
# [SENSe]:ESPectrum<sb>:FILTer[:RRC]:ALPHa
value: float = driver.sense.espectrum.filterPy.rrc.alpha.get(subBlock = repcap.SubBlock.Default)

Defines the roll-off factor for the RRC filter. The RRC filter is available if the power reference is the channel power.

Parameters:

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

Returns:

alpha: Range: 0 to 1

set(alpha: float, subBlock=SubBlock.Default) None[source]
# [SENSe]:ESPectrum<sb>:FILTer[:RRC]:ALPHa
driver.sense.espectrum.filterPy.rrc.alpha.set(alpha = 1.0, subBlock = repcap.SubBlock.Default)

Defines the roll-off factor for the RRC filter. The RRC filter is available if the power reference is the channel power.

Parameters:
  • alpha – Range: 0 to 1

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