You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to use them to talk to a QA401.
I did not compile them, I have used the binaries you created. I moved the QAAnalyzer.exe to C:\Program Files\QuantAsylum\QA400 directory so it could be found.
When I run the QA400_test.py, it finds the application, launches it, and runs the first test, then:
$ python QA400_test.py
Unhandled Exception: System.MissingMethodException: Method not found: 'System.Drawing.PointF[] Com.QuantAsylum.QA400Interface.GetData(ChannelType)'.
at QA400API.ComputeTHDPctOnLastData(ChannelType channel, Double fundamental, Double maxFreq)
I am running on 32-bit Windows XP with Python 3.3.4
Do I need to attempt to re-compile everything on my machine (would that even help?) or do you think there is another solution?
Thanks for your help!
The text was updated successfully, but these errors were encountered:
I have not tried to use the API with a QA401 (I didn't know they were out yet - cool!). I think we would need to confirm with QuantAsylum that the same API works. I have a feeling this isn't going to "just work". They likely have a different API that goes along with the 401 that will need to be wrapped separately.
OK, thanks for the reply.
I jave emailed Quant Asylum to see if there is a new dll.
jay
On Wed, Apr 13, 2016 at 9:36 AM, Mark Melvin [email protected]
wrote:
Hi There,
I have not tried to use the API with a QA401 (I didn't know they were out
yet - cool!). I think we would need to confirm with QuantAsylum that the
same API works. I have a feeling this isn't going to "just work". They
likely have a different API that goes along with the 401 that will need to
be wrapped separately.
Mark.
—
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub #1 (comment)
First off, thank you for creating these bindings!
I am attempting to use them to talk to a QA401.
I did not compile them, I have used the binaries you created. I moved the QAAnalyzer.exe to C:\Program Files\QuantAsylum\QA400 directory so it could be found.
When I run the QA400_test.py, it finds the application, launches it, and runs the first test, then:
I am running on 32-bit Windows XP with Python 3.3.4
Do I need to attempt to re-compile everything on my machine (would that even help?) or do you think there is another solution?
Thanks for your help!
The text was updated successfully, but these errors were encountered: