eyeBERLeft
eyeBERLeft(o_waveform n_start n_stop n_eyePeriod n_threshold n_noOfBins) =>o_waveform/nil
Description
Returns a waveform representing the left-side bit error rate (BER) curve for the specified eye diagram.
Arguments
Value Returned
|
Waveform representing the left-side bit error rate (BER) curve for the specified eye diagram. |
|
|
The specified eye diagram does not exist or the output waveform cannot be returned because of an error. |
Examples
The following example creates an eye diagram from a jitter signal with time from 200n to 400u and an eye period of 80n.
eye=eyeDiagram(v("jitter" ?result "tran-tran" ?resultsDir "/servers/user/design/prbs.raw") 200n 400u 2*40n ?autoCenter t )
=> srrWave:0x336321b0
The following example returns the waveform representing the left-side bit error rate (BER) curve for the specified eye diagram.
w1=eyeBERLeft(eye 200n 400u 80n 0.5 50)
=> srrWave:0x33632190
Return to top