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

MSO1074Z is not detected properly. #9

Open
aairabella opened this issue Nov 9, 2017 · 0 comments
Open

MSO1074Z is not detected properly. #9

aairabella opened this issue Nov 9, 2017 · 0 comments

Comments

@aairabella
Copy link

aairabella commented Nov 9, 2017

When trying to use the class with a Rigol MSO1074Z, i got this error:

    raise NameError(msg)
NameError: Unknown device identification:
RIGOL TECHNOLOGIES,MSO1074Z,DS1ZC182100884,00.04.04.SP3
If you believe this device should be supported by this package, feel free to contact the maintainer with this information.

I commented the following lines in __init__.py

        """
        if not match:
            msg = "Unknown device identification:\n%s\n" \
                  "If you believe this device should be supported " \
                  "by this package, feel free to contact " \
                  "the maintainer with this information." % idn
            raise NameError(msg)
        """

I'm workig in a new branch in order to add to the class the capability of properly detect the MSO1074Z model.

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