jeff sacksteder wrote: > errorlevel = board.AIn(channel,mode,output) > > TypeError: no overloads of AIn could match (int, Range, int) > AIn(int, Range, Reference[Int16]) > AIn(int, Range, Reference[UInt16])
What are the contents of board.AIn.Overloads? This might give you some idea of why your overload doesn't match. -- Jonathan _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
