Exemplo n.º 1
0
 public Action Home(string axis)
 {
     return(act(() => {
         Ch.RunBuffer(Axis[axis], "", Ch.ACSC_ASYNCHRONOUS, ref pWait);
         System.Threading.Thread.Sleep(80);
     }));
 }
Exemplo n.º 2
0
 public void StartTrigger(int buffnum)
 {
     Ch.RunBuffer(buffnum, "", Ch.ACSC_ASYNCHRONOUS, ref pWait);
     System.Threading.Thread.Sleep(30);
 }
Exemplo n.º 3
0
 public void StartTrigger(int buffnum)
 {
     Ch.RunBuffer(buffnum, "", Ch.ACSC_ASYNCHRONOUS, ref pWait);
 }