Provide ability to query analyzer status
martonmiklos opened this issue · 2 comments
Hi folks,
I needed to came up with an automation for exporting data from the analyzers from a lot of logicdata files.
After running it through my files I realized that the exporting failed on some files.
I could open these files and export them manually without any problem.
During this manual session I have noticed one thing: when I opened these files a progress indicator with a percentage is shown here next to the analyzer name:
I assume my automation script tried to call EXPORT_ANALYZER while the analyzer still got loaded.
Please provide some API call to be able to verify the analyzer status/loading percentage.
Thanks in advance!
Hi martonmiklos,
Please provide some API call to be able to verify the analyzer status/loading percentage.
The API has the "is_analyzer_complete" command, is this what you are looking for?
@TheOnlyStenberg
Wow, I do not know how did I missed it...
Thank you so much!