Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

drplEvmWrls

drplEvmWrls( 
s_probe 
g_percent
g_sweepValue
) 
=> o_waveform

Description

Displays the error vector magnitude value on the constellation plot.

Arguments

s_probe

The name of the probe for which the error vector magnitude needs to be calculated.

g_percent

Specify whether to select the percent format or not.

g_sweepValue

The value of sweep to retrieve.

Value Returned

o_waveform

Returns the waveform object representing the error magnitude.

Examples

Returns the error vector magnitude for the WPRB0.mea probe:

drplEvmWrls("WPRB0.mea" ?percent t ?sweepValue nil) 
=> srrWave:0x340d42a0

Return to top
 ⠀
X