Exemplo n.º 1
0
 public void StopTrigger(int buffnum)
 {
     Ch.StopBuffer(buffnum, Ch.ACSC_ASYNCHRONOUS, ref pWait);
     System.Threading.Thread.Sleep(30);
 }
Exemplo n.º 2
0
 public void StopTrigger(int buffnum)
 {
     Ch.StopBuffer(buffnum, Ch.ACSC_ASYNCHRONOUS, ref pWait);
 }