This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
(This is probably the wrong forum, so I started an issue on GitHub: https://github.com/pyvisa/pyvisa/issues/254) I try to control a Keithley instrument by using GPIB in python. Basically the communication works but when reading from the instrument often characters are broken. E.g.: rm = visa.ResourceManager() inst = rm.open_resource('GPIB0::5::INSTR') inst.write_termination = '\n' [...] read more
I am compiling a very large legacy Fortran 90 code (screamer) with gFortran on a Mac (2.2 GHz Intel Core i7) running Yosemite. (gFortran V5.1.0) I have 16 GB of RAM. The code is memory intensive and I am trying to increase array sizes to solve larger problems. I have [...] read more