Search found 1 match

by vloewis
Mon May 14, 2007 4:25 am
Forum: Developer's Forum for Windows
Topic: Where's the SDK?
Replies: 37
Views: 91100

Hi mika, how do you interface w/ python? My attempt so far: import win32com.client sn = win32com.client.Dispatch("TDxInput.Device") sn.Connect() print sn.Type 6 print sn.Sensor.Translation.X 0.0 I always get 0.0 no matter what i do, or which axis Trans/Rot i query (yes i've been moving it ...