Exemplo n.º 1
0
 public Action Enable(string axis)
 {
     return(act(() => {
         Ch.Enable(Axis[axis], Ch.ACSC_ASYNCHRONOUS, ref pWait);
         System.Threading.Thread.Sleep(80);
     }));
 }