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

drplSwpSp

drplSwpSp(
n_iIndex
n_jIndex
[ ?result t_result ]
[ ?resultsDir t_resultsDir ]
)
=> o_waveform / nil

Description

Returns the S-parameter waveform for sweep port SP analysis.

Arguments

n_iIndex

Index of the first port.

n_jIndex

Index of the second port.

?result t_result

Name of the result of SP analysis.

?resultsDir t_resultsDir

Path to the results directory.

Value Returned

o_waveform

Returns the waveform of cycle jitter.

nil

Returns nil.

Examples

Returns a waveform with frequency on the X-axis and the S-parameter waveform on the Y-axis.

drplSwpSp( 1 1 ?result "sp" )

Return to top
 ⠀
X