Evm
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:DDEMod:STATistic:EVM
- class EvmCls[source]
Evm commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(result_type: RsFsw.enums.ResultTypeStat, window=Window.Default, marker=Marker.Default) float [source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:DDEMod:STATistic:EVM value: float = driver.applications.k70Vsa.calculate.marker.function.ddemod.statistic.evm.get(result_type = enums.ResultTypeStat.AVG, window = repcap.Window.Default, marker = repcap.Marker.Default)
Queries the results of the error vector magnitude measurement of digital demodulation. The output values are the same as those provided in the ‘Modulation Accuracy’ table .
- param result_type
none RMS EVM value of display points of current sweep AVG Average of RMS EVM values over several sweeps PAVG Average of maximum EVM values over several sweeps PCTL 95% percentile of RMS EVM value over several sweeps PEAK Maximum EVM over all symbols of current sweep PPCT 95% percentile of maximum EVM values over several sweeps PSD Standard deviation of maximum EVM values over several sweeps RPE Maximum value of RMS EVM over several sweeps SDEV Standard deviation of EVM values over several sweeps TPE Maximum EVM over all display points over several sweeps
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param marker
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)
- return
result: No help available