Jakeus
2007-03-05 20:10:10 UTC
Here is what I'm trying to essentially create:
ViConstString script1 = "script myScript1 " " repeat 200" " generate myWfm1 "
" if myWfm1 passed"
" generate myWfm2 " " end repeat " "end script";
im trying to find some way of creating decisions based upon whether or not the waveform passed the digital burst test.
For example, my waveforms consists of several pins some input and some output with values such as 0,1,Z,H,L.
Any suggestions would help me alot, thanks.
ViConstString script1 = "script myScript1 " " repeat 200" " generate myWfm1 "
" if myWfm1 passed"
" generate myWfm2 " " end repeat " "end script";
im trying to find some way of creating decisions based upon whether or not the waveform passed the digital burst test.
For example, my waveforms consists of several pins some input and some output with values such as 0,1,Z,H,L.
Any suggestions would help me alot, thanks.