Apologies if this is basic question or is documented in a place that I haven’t been able to find.
I would like to run the Amp Frequency Response automated test from within a C# (Dotnet) application using the REST API? Is it possible to do this?
The REST API guide seems to elude that it is possible by stating " GET /AutomatedTests" but there is no further information given.
Would “HTTP GET /AutomatedTests/AmpFrequencyResponse” possibly do the trick? If yes, what would it return? png or bitmap of the graph?
Also, If someone could please share some pseudo or sample code to achieve this functionality it would be greatly appreciated.
Hi @Jesse, if you type http://localhost:9402/AutomatedTests in your browser while the QA40x app is running, you’ll see the documentation for all the automated tests. Note this is autogenerated, and a lot of the info it tells you is the same you’ll see if you hover over the tag.
But, there’s not a way to run automated tests via REST. The thinking there is if you can write code to do REST, you can write code to make your own measurements. After spending some time with Python, I’ll say the Python folks are spoiled with their plot options.