table.html 819 B

1234567891011121314151617181920212223242526
  1. <html>
  2. <head>
  3. <title>The Table tab</title>
  4. </head>
  5. <body bgcolor="FFFFFF">
  6. <h1>The Table tab</h1>
  7. <p>The Table tab displays the current log graphically.</p>
  8. <center><img src="../../../../en/img-guide/log-table.png" width="466" height="387"></center>
  9. <p>The table contains a column for each component in the selection. Each
  10. row in the table displays a snapshot of the simulation after a
  11. propagation of values has completed. Any duplicate rows are not added
  12. into the log. Note that only the most recent 400 rows are displayed.
  13. Some rows may have empty entries if the corresponding component was not
  14. in the selection at the time that the row was computed.</p>
  15. <p>The displayed table is for review only; it is not interactive.</p>
  16. <p><strong>Next:</strong> <a href="file.html">The File tab</a>.</p>
  17. </body>
  18. </html>