MATLAB: Is it possible to automatically download results from the server once the analysis is complete using PolySpace Client for C/C++ 6.0 (R2008b)

polyspacePolyspace Client for C/C++

I would like to automatically download results from the server once the analysis is complete and want to know if this is possible via command line using the post analysis command.

Best Answer

It is possible to download analysis results from the server using batch commands which have been introduced as a feature in PolySpace Client for C/C++ 6.0 (R2008b).
The following set of commands can be used for this purpose:
The PSQUEUE-DUMP command can be used to verify the status of all analysis (check whether it is complete).
psqueue-dump
It displays on standard output (stdout) the status of all analysis in the queue.
Once the analysis is complete, the PSQUEUE-DOWNLOAD command can be used to download the results from the server.
psqueue-download <id>
See the related solution listed below for more information on using these batch commands.