TSSP: List Archives

From: "Barton B. Anderson"
Date: Thu, 17 Oct 2002 01:28:08 -0700
Subject: Re: [TSSP] F A N T C: - It's NEW! - and needs some TSSP input

Paul,
I also corrected the S,V,I output (not sure if I mentioned).
Bart

Paul wrote:

>Bart,
>
>Needs a slight change to the code I sent to do S,V,I
>output.  The S values need to be accumulated if we want
>to give the position on the secondary, so the loop
>needs to read
>
>  var St = 0;
>  for( var n=0; nn++)                                                 {
>      St += result.S[n];
>      doc.document.writeln( format( St, 100)+", "+
>                            format( result.V[n], 100)+", "+
>                            format( result.I[n], 100));
>  }
>
>Sorry about that. 
>
>I like the latest demo.  Seems to be a good match with your coil
>measurements.  Bet it gets worse if detail increased.
>
>sp:  V/I prifile data => V/I profile data
>
>Cheers,
>--
>Paul Nicholson,
>--
>  
>



Maintainer Paul Nicholson, paul@abelian.demon.co.uk.