Product Documentation
Virtuoso Visualization and Analysis XL SKILL Reference
Product Version IC23.1, November 2023

topLine

topLine(
o_waveform
)
=> l_values / nil

Description

Returns the topline value of the specified transient waveform.

Arguments

o_waveform

Waveform whose topline value is to be calculated.

Value Returned

l_values

Topline value of the specified transient waveform.

nil

Topline value cannot be calculated because of an error.

Examples

The following example opens simulation results stored in the specified directory.

openResults("/servers/user/design/ampsim.raw")
=> "/servers/user/design/ampsim.raw"

The tran-tran result of the results directory ampsim.raw contain a transient signal out.

waveform=v("out" ?result "tran-tran")
=> srrWave:0x34930020

The following example calculates the topline value of the transient signal out.

topLine(waveform)
=> 2.926673

Return to top
 ⠀
X