Jump to content

PCM Command to turn on PDF


---
 Share

Recommended Posts

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

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

 Share

×
×
  • Create New...