I am trying to download a screen capture, e.g. "my_screen_capture.png" to my local machine.
I am using the Python programming language to do this.
I am able to download the bit-stream to my computer, but I am unable to write it to a file that properly resembles a .png.
Does anyone have some sample python code that may be able to do this?
I am using the Python programming language to do this.
I am able to download the bit-stream to my computer, but I am unable to write it to a file that properly resembles a .png.
Does anyone have some sample python code that may be able to do this?
I used to capture screen shots via a PCI GPIB adapter board and using Agilent BenchLink A.01.09.
Recently, I bought a GPIB/USB adapter type Agilent 82357B, and I can use it for capturing screen pictures as before by using
the same version of BenchLink, the 82357B driver for Windows 2000/XP, and the Agilent IO Libraries Suite 14.2.
However, when I upgraded to Windows 7, several issues appeared:
BenchLink works, the IO Libraries suite 14.2 can be installed, but the available driver (for XP/2000) does not work anymore.
The Agilent website suggested a solution: to use an Agilent IO Suite higher than 14.2 that includes the driver for Windows 7. After installing the 15.1 (replaced afterward by 16.3) IO Libraries, I got the 82357B recognized, but my spectrum analyzers were not recognized.
Remark: the Libraries 14.2 and 15.1 (or 16.3) are mutually exclusive; therefore, they cannot coexist on the same PC.
Does someone how to solve the problem with (Windows 7; 82357B; 8590A)?
Any suggestion will be much appreciated.
Thanks!