[IronPython] Typing problem with vendor library?

Jonathan Jacobs korpse-ironpython at kaydash.za.net
Thu Jul 20 08:20:04 CEST 2006


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



More information about the Ironpython-users mailing list