Open a scope.
If the simulation is finished, the results are stored in the scopes. You can open a sope by clicking it with the right mouse button:
The scope window will open and the simulation results will be displayed as function of time. You can go through the simulation results by pressing the arrow and PgUp/PgDn/Home/End keys on your keyboard:
To see the second input as function of the first input, for example the load curve of an induction machine during start up, select View/XY Writer from the scope menu. For the rectifier sample, the inductor current as function ofthe output voltage of the rectifier is shown below:
To see the harmonics of the input current, the simulation has to be continued until the steady state is reached and the input current through the source B is periodic.
The number of harmonics is set in the DFT parameters dialog box that is selected at Scale/DFT Parameters from the scope menu.
To see the harmonics select View/DFT from the scope window.
The above scope shows the 1,3,5,7 and 9th harmonic. Since only harmonics up to 500Hz are calculated, the 11th harmonic is not shown any more. Using the arrow keys, you can see the numerical values of the harmonics.
When the numerical results are displayed, a number of factors are calculated and shown in the listbox. These factors are calculated as:
Xmin | min(x1..xn) | ||||||||||||||||
Xmax | max(x1..xn) | ||||||||||||||||
Ymin | min(y1..yn) | ||||||||||||||||
Ymax | max(y1..yn) | ||||||||||||||||
Mean value |
| ||||||||||||||||
RMS value |
| ||||||||||||||||
Peak-to-peak value | max(y1..yn)-min(y1..yn) | ||||||||||||||||
Mean absolute value |
| ||||||||||||||||
AC RMS value | SQRT{ y2RMS- y2Mean } | ||||||||||||||||
Integral |
| ||||||||||||||||
Ripple | SQRT{ y2RMS/y2Mean -1 } | ||||||||||||||||
Ripple factor | (ymax-ymin)/|yMean| | ||||||||||||||||
Harmonic content | SQRT{1- ( 1/y2Ripple)} | ||||||||||||||||
Form factor | yRMS/yMean | ||||||||||||||||
Crest factor | max(|ymax|,|ymin|)/yRMS |