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.applications.k149Uwb.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

count: No help available

set(count: float, subBlock=SubBlock.Default) None[source]
# SCPI: [SENSe]:ESPectrum<sb>:FILTer:RRC:ALPHa
driver.applications.k149Uwb.sense.espectrum.filterPy.rrc.alpha.set(count = 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 count

No help available

param subBlock

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