Skip to content
New issue

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

Reusing Valon 5015 driver for Valon 5019 #393

Open
paniash opened this issue Dec 19, 2024 · 0 comments
Open

Reusing Valon 5015 driver for Valon 5019 #393

paniash opened this issue Dec 19, 2024 · 0 comments

Comments

@paniash
Copy link

paniash commented Dec 19, 2024

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:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant