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

artListToWaveform

artListToWaveform( 
l_xyPairs
) 
=> o_waveform

Description

This function takes a list of X,Y points and translates it into a waveform. Each of the X,Y points is also in a list format. If Y points are represented in a list format, they are treated as complex numbers while creating the waveform.

Argument

l_xyPairs

X, Y points in list format.

Value Returned

o_waveform

Waveform

Example

This waveform contains {1,3,5} as X and {2,4,6} as Y points.

artListToWaveform( ’(( 1 2 ) ( 3 4 ) ( 5 6 )) ) => o_waveform

Return to top
 ⠀
X