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

drplSprobeYPM

drplSprobeYPM(
g_inst
x_index1
x_index2
)
=> o_waveform / nil

Description

Returns the waveform for y-parameter data, for the specified sprobe instance.

Arguments

g_inst

The sprobe instance along with the left or right port name.

The format for specifying this argument is sprobeInstance.port, where sprobeInstance represents the sprobe instance name, while port specifies the port name.

x_index1

Port index for sp simulation. By default, the port index is not specified.

Valid values: Available port index, such as 1, 2.

x_index2

Port index for sp simulation. By default, the port index is not specified.

Valid values: Available port index, such as 1, 2.

Value Returned

o_waveform

Waveform object representing the y-parameters.

nil

Specified port indexes are invalid.

Examples

Specifies the results directory and selects the sp_sprobe analysis.

openResults("../psf")
selectResults('sp_sprobe)
Returns the waveform for y-parameters when the input and output port index are set to 1 and 2 respectively.
drplSprobeYPM("I8.left" 1 2)

Related Topics

ypm


Return to top
 ⠀
X