Calculations

In the following example we will see how to do simple calculations in the Interpreter. The Schematic Editor will contain a basic RLC circuit.( e1.sch )

Run transient analysis with the given defaults. Click on the Tools menu and select the Interpreter. The Interpreter window appears.

e1_1.gif

Note: To insert these TINA screen views into this manual (a MicroSoft Word document), we used the PrintScreen key in TINA to copy the screen to the clipboard. You could also copy any windows of TINA to the clipboard by selecting the window and pressing the Alt+PrintScreen keys. Then we pasted the clipboard contents into this document.

e1_2.gif

i) Let’s first check R, one of the circuit parameters.

Write in the Interpreter

R = , Then press enter.

The Interpreter will give the result

R = [250] , That is 250 Ohm

Iprbook00000002.gif

ii) Calculate the impedance of the circuit at a radian frequency of 100k:

Iprbook00000003.gif

Write in the Interpreter,

R=[250]

w:=100k

Z:=R+Replus(j*w*L,1/(j*w*C))

Z=[250-20.0642*j]

Abs(Z)=[250.8039] { the absolute value }

Arc(Z)=[-80.0852m] { the phase value(radian) }

e1_3.gif

There are more functions available ( See the Appendix ).

To save these calculations, click the Save button on the toolbar, and follow the prompts. To recalculate results, press the Run button on the toolbar or use the Run menu.