We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I was wondering if it is possible to reuse the Valon 5015 driver for the Valon 5019.
The 5015 driver can connect to the instrument, so no error when running:
from qcodes_contrib_drivers.drivers.Valon.Valon_5015 import Valon5015 ip = "10.0.100.28" valon = Valon5015(name="Valon", address=f"TCPIP0::{ip}::23::SOCKET")
But when running valon.status() I get an error saying:
valon.status()
VisaIOError: ('VI_ERROR_INV_MASK (-1073807299): Invalid buffer mask specified.', 'getting Valon_status')
I'd like to know if this error is because the driver is 5015 specific only, or if the issue is something else.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I was wondering if it is possible to reuse the Valon 5015 driver for the Valon 5019.
The 5015 driver can connect to the instrument, so no error when running:
But when running
valon.status()
I get an error saying:I'd like to know if this error is because the driver is 5015 specific only, or if the issue is something else.
The text was updated successfully, but these errors were encountered: