Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] Tanner EDA - How to obtain the vector of consumption wave trace from command lines?

Status
Not open for further replies.

slawon

Newbie level 4
Joined
Nov 10, 2016
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Location
Brazil - RS
Activity points
67
Hello folks,

I have to obtain the consumptions waves traces from a circuit in Tanner EDA (T-Spice) by commands lines. It is easily obtained from W-Edit, but it is not an option to me. I usually simulate thousands of spices files using bash terminal (without graphical interface).

I searched in the T-Spice user guide for this without sucess.

The Image shows the simulation wave form in the W-Edit and the wave form vector copied in text form. The result in the notepad++ is exactly what I need, actually, just the second column is really necessary.


Thanks in advance!

deletar.png
 

Problem solved guys..

just need to add the following command: .options csv=2

This command makes the tool write all .probe and .print in .csv files

The image below shows the results using this command. The left file is the .csv result, the right file is the result comming from the graphic W-Edit. Through the wave trace showed in the bottom.

deletar.png
 

Hey guys,

Just an observation, as you can see in the image above it has only 4 digits in the floating number, losing much precision..

To solve it use add the command numdgt=15 in the .options, the command define the numbers of digits in the floating number into Tanner commands .print and .probe, consequently in the .csv

Example: .options csv=2 numdgt=15
Result: Transient analysis: temperature=25.0
Time,I1(vcc)
0.00000000000000000e+000, -6.801133839814559e-006
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top