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
Value Returned
|
Waveform object representing the voltage standing wave ratio. |
|
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
Return to top