drplSprobePortSPData
drplSprobePortSPData(
g_inst
x_index1
x_index2
)
=> o_waveform / nil
Description
Returns the waveform for the S-parameter data for the sprobe instance with port.
Arguments
|
g_inst
|
The sprobe instance with port, format is like sprobeInstance.port.
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 S-parameters.
|
|
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 y-parameters when the input and output port index are set to 1 and 2 respectively.
drplSprobePortSPData("I8.left" 1 2)
Related Topics
sp
Return to top