Quantcast
Channel: Jason Andrews Blog
Viewing all articles
Browse latest Browse all 33813

RE: Converting Waveform data to list or vector using ocean Script

$
0
0
One thing you could do is: foreach(crossPoint cross(v("/OUT" ?result "tran") 0.6 0 "either") printf("Crossing is %g\n" crossPoint) ; do you operation here ) The cross function, if given 0 as the crossing number, returns a list of all the crossing points which can be processed with SKILL list functions - including foreach to iterate through. Regards, Andrew.

Viewing all articles
Browse latest Browse all 33813

Trending Articles