1

Automation API - Adding notes to an automated capture


B
Ben

Just would like to add notes to my captures within Python. That way, I can save some relevant test information within the capture itself, perhaps the computer it was on, the version of the software, details of the setup, etc. I'm thinking that it would be a call within the 'manager.start_capture()' block, and then would be saved with the export as well, either as a second document (if exporting raw values) or within the .sal file itself. Thanks!

A