tran start and stop time

Edward L Platt <[email protected]> Mon, 02 Jun 2003 13:18:23 -0400
Newsgroups gmane.comp.gnu.gnucap.bugs
Message-ID <[email protected]>
It looks like the tran command ignores the start time.  Is there a way around this?  Here's the file that's causing this:

[transtest.ckt]
TransTest
V1 1 0 sin 0 10 1
R1 1 0 5
.print tran i(R1)
.tran 1 1.5 .1

[output]
TransTest 
#Time       i(R1)     
 0.         0.        
 0.1        1.1756    
 0.2        1.9021    
 0.3        1.9021    
 0.4        1.1756    
 0.5        465.7E-18 
 0.6       -1.1756    
 0.7       -1.9021    
 0.8       -1.9021    
 0.9       -1.1756    
 1.         931.3E-18 
 1.1        1.1756    
 1.2        1.9021    
 1.3        1.9021    
 1.4        1.1756    
 1.5        465.7E-18 

-Ed