Auto

SCPI Command :

[SENSe]:DDEMod:EPRate:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:DDEMod:EPRate:AUTO
value: bool = driver.applications.k70Vsa.sense.ddemod.epRate.auto.get()

Defines how many sample points are used at each symbol to calculate modulation accuracy results automatically. If enabled, the VSA application uses the following settings, depending on the modulation type: Modulation / Est. Points

  • PSK, QAM / 1

  • Offset QPSK / 2

  • FSK, MSK / Sample rate (see method RsFsw.applications.k70Vsa.sense.ddemod.prate.set() )

set(state: bool) None[source]
# [SENSe]:DDEMod:EPRate:AUTO
driver.applications.k70Vsa.sense.ddemod.epRate.auto.set(state = False)

Defines how many sample points are used at each symbol to calculate modulation accuracy results automatically. If enabled, the VSA application uses the following settings, depending on the modulation type: Modulation / Est. Points

  • PSK, QAM / 1

  • Offset QPSK / 2

  • FSK, MSK / Sample rate (see method RsFsw.applications.k70Vsa.sense.ddemod.prate.set() )