drplSprobeZPM
drplSprobeZPM(
g_inst
x_index1
x_index2
)
=> o_waveform / nil
Description
Returns the waveform for z-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 z-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.
drplSprobeZPM("I8.left" 1 2)
Related Topics
zpm
Return to top