Read-only |
About PLTS Plots |
Description |
Returns the absolute value of max/min amplitude of an eye diagram. |
VB Syntax |
pltsView.GetEyePeak2PeakAmplitude name, value |
Variable |
(Type) - Description |
pltsView |
(object) - A PLTSView object |
name |
(String) Name of the plot for which value is to be returned. |
value |
(Double) Variable to store the returned peak-to-peak amplitude value. |
Return Type |
Double |
Default |
None |
Examples |
pltsView.GetEyePeak2PeakAmplitude "TDD21",value |
C++ Syntax |
HRESULT GetEyePeak2PeakAmplitude(BSTR plotName, DOUBLE* ppval); |
Interface |
IPLTSView |