Alpha

SCPI Command :

[SENSe]:DDEMod:TFILter:ALPHa
class AlphaCls[source]

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

get() float[source]
# SCPI: [SENSe]:DDEMod:TFILter:ALPHa
value: float = driver.applications.k70Vsa.sense.ddemod.tfilter.alpha.get()

Determines the TX filter characteristic (ALPHA/BT) .

return

alpha: Range: 0.03 to 1.0

set(alpha: float) None[source]
# SCPI: [SENSe]:DDEMod:TFILter:ALPHa
driver.applications.k70Vsa.sense.ddemod.tfilter.alpha.set(alpha = 1.0)

Determines the TX filter characteristic (ALPHA/BT) .

param alpha

Range: 0.03 to 1.0