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

drplSwpHp

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

Description

Returns the hybrid matrix 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, if the result name is incorrect and jitter cannot be calculated.

Examples

Returns a waveform with frequency on the X-axis and the hybrid matrix on the Y-axis.

drplSwpHp( 1 1 ?result "sp" )

Return to top
 ⠀
X