Solution
Status Code 1073676294 (Hex 0x3FFF0006)
maps to a status report. The status code indicates
The Number of Bytes Transferred is Equal to the Input Count. More data might be available.
This is not an error message, but a status report indicating the value written to the input buffer has been successfully read and is now empty.
There are a variety of positive status codes such as this one that the VISA driver can return indicating the status after VISA operations. Because there are applications where it is necessary to check status codes, they are returned in the error cluster without the error boolean set. If your application doesn't need any information from these status codes, you can safely
ignore the error.