Alpha

SCPI Command :

[SENSe]:ESPectrum<sb>:FILTer[:RRC]:ALPHa
class AlphaCls[source]

Alpha commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(subBlock=SubBlock.Default) float[source]
# SCPI: [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.

param subBlock

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

return

alpha: Range: 0 to 1

set(alpha: float, subBlock=SubBlock.Default) None[source]
# SCPI: [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.

param alpha

Range: 0 to 1

param subBlock

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