drplSprobeZM
drplSprobeZM(
g_inst
x_index1
)
=> o_waveform / nil
Description
Returns the waveform for the port input impedance, 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 objecting representing the port input impedance.
|
|
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 port input impedance when the port index are set to 1.
drplSprobeZM("I8.left" 1)
Related Topics
zm
Return to top