drplEvmWrls
drplEvmWrls(s_probeg_percent g_sweepValue) =>o_waveform
Description
Displays the error vector magnitude value on the constellation plot.
Arguments
|
The name of the probe for which the error vector magnitude needs to be calculated. |
||
Value Returned
|
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