I have upgraded PyVISA Version: 1.8 to PyVISA Version: 1.9 today. The below binary read syntax from spectrum analyzer seems to fail. data = self.conn.query_binary_values(':READ:WAV0?', datatype='f', is_big_endian=True) It has been used m...