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

drplSprobePortVSWR

drplSprobePortVSWR(
g_inst
x_index1
)
=> o_waveform / nil

Description

Returns the waveform for the voltage standing wave ratio, 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.

Value Returned

o_waveform

Waveform object representing the voltage standing wave ratio.

nil

Unable to get the data from the waveform database.

Examples

Specifies the results directory and selects the sp_sprobe analysis.

openResults("../psf")
selectResults('sp_sprobe)

Returns the waveform for the voltage standing wave ratio when the port index are set to 1.

drplSprobePortVSWR("I8.left" 1)

Related topics

vswr


Return to top
 ⠀
X