Auto
SCPI Command :
[SENSe]:DDEMod:EPRate:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [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:
Table Header: Modulation / Est. Points
PSK, QAM / 1
Offset QPSK / 2
FSK, MSK / Sample rate (see [SENSe:]DDEMod:PRATe)
- return
state: No help available
- set(state: bool) None [source]
# SCPI: [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:
Table Header: Modulation / Est. Points
PSK, QAM / 1
Offset QPSK / 2
FSK, MSK / Sample rate (see [SENSe:]DDEMod:PRATe)
- param state
No help available