[Da...] Posted October 10, 2023 Share Posted October 10, 2023 Hello, i am looking for a command to turn on pdf protocol in the way i can turn on qdas file settingPut("resultToQdasFile", true) is there something like resultToPDF that works? also is it possible to define the output path of the PDF like this? thanks in advance 🙂 Link to comment Share on other sites More sharing options...
[Ke...] Posted October 10, 2023 Share Posted October 10, 2023 I am not aware of a PCM command that will enable or disable PDF. In my mind it would be unlikely to exist, as PDF on/off is determined essentially before the measurement program starts, meaning it would be set before any PCM could trigger affect it. As for setting the output path via PCM, I am not aware of a way to do this directly, however using a copyFile you could take the report as soon as it is generated and send it to whatever path you set via PCM, then a deleteFile to remove it from its original location(this works nicely in a report_end_pcm.txt file) . Link to comment Share on other sites More sharing options...
[Is...] Posted October 12, 2023 Share Posted October 12, 2023 maybe this?: settingPut("resultsToPDFFile",true) Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in