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
We are trying to control a SP-200, but always get the error message:
ERR_GEN_FUNCTIONFAILED (-6): Function failed
when we try to execute prg.run().
prg.run()
With prg as:
prg
prg = ebp.OCV( bl, params_ocv, channels = [0])
but we also tried JV, MMP or CALimit always with the same error message to .run().
More details in the nootebook:
Biologic_Test1.ipynb.gz
Any idea what the problem could be?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are trying to control a SP-200, but always get the error message:
ERR_GEN_FUNCTIONFAILED (-6): Function failed
when we try to execute
prg.run()
.With
prg
as:prg = ebp.OCV( bl, params_ocv, channels = [0])
but we also tried JV, MMP or CALimit always with the same error message to .run().
More details in the nootebook:
Biologic_Test1.ipynb.gz
Any idea what the problem could be?
The text was updated successfully, but these errors were encountered: