Create a report from your simulation.
Caspoc has a build in report generator to create internet-enabled reports from yopur simulation. After finishing your simulations, select "Tools/Export HTML" for creating your report.
![[Click to view larger image] <br>Click to close the image](497.gif)
Fill the edit fields with:
- The title of your report
- Component details
- Remarks
Select the [Export] button to create your report. The report will be saved under the same filename as your simulation file, with the .html extension. The worksscreen (schematic) will be saved as an Enhanced Meta File (EMF) with the .emf exension. All scope output will be saved with the extension .scopei.emf
You can use HTML editing commands for formatting the text in your report:
<b>bold</b> b |
You can use tables or ordered lists in the HTML format.
<table bgcolor="silver" border="1" >
<tr><td>R</td><td>1 ohm</td></tr>
<tr><td>C</td><td>10mF</td></tr>
<tr><td>L</td><td>10nH</td></tr>
</table>
|
gives:
R | 1 ohm |
C | 10mF |
L | 10nH |
<ol>
<li>remark 1</li>
<li>remark 2</li>
<li>remark 3</li>
</ol>
|
gives:
- remark 1
- remark 2
- remark 3
To include Greek characters, you can use a character code to create the character. Start with followed by the character code and followed by a semicolon. For example, the code
ω gives ω · gives · (middle dot) |
|
The format of the exported page is defined by a template. Inside Options/Options you can set the the style of the exported HTML page. Select Workbook to have the full format, or Tutorial with less text info, or Example to disable all scopes in the exported file.
Figure sizesThe size of the figures in the HTML export can be adjusted to fit the figure inside a word document. The size is given as a relative value from 10 to 100% in the dialog box Options/Options .