Value

SCPI Command :

[SENSe]:DDEMod:EPRate[:VALue]
class ValueCls[source]

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

get() float[source]
# SCPI: [SENSe]:DDEMod:EPRate[:VALue]
value: float = driver.applications.k70Vsa.sense.ddemod.epRate.value.get()

Defines how many sample points are used at each symbol to calculate modulation accuracy results. For more information see ‘Estimation points per symbol’. You can also let the VSA application decide how many estimation points to use, see [SENSe:]DDEMod:EPRate:AUTO.

return

est_oversampling: 1 the estimation algorithm takes only the symbol time instants into account 2 two points per symbol instant are used (required for Offset QPSK) 4 | 8 | 16 | 32 the number of samples per symbol defined in the signal capture settings is used (see [SENSe:]DDEMod:PRATe) , i.e. all sample time instants are weighted equally

set(est_oversampling: float) None[source]
# SCPI: [SENSe]:DDEMod:EPRate[:VALue]
driver.applications.k70Vsa.sense.ddemod.epRate.value.set(est_oversampling = 1.0)

Defines how many sample points are used at each symbol to calculate modulation accuracy results. For more information see ‘Estimation points per symbol’. You can also let the VSA application decide how many estimation points to use, see [SENSe:]DDEMod:EPRate:AUTO.

param est_oversampling

1 the estimation algorithm takes only the symbol time instants into account 2 two points per symbol instant are used (required for Offset QPSK) 4 | 8 | 16 | 32 the number of samples per symbol defined in the signal capture settings is used (see [SENSe:]DDEMod:PRATe) , i.e. all sample time instants are weighted equally