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

KeyError #43

Open
dwarning opened this issue Mar 3, 2022 · 0 comments
Open

KeyError #43

dwarning opened this issue Mar 3, 2022 · 0 comments

Comments

@dwarning
Copy link

dwarning commented Mar 3, 2022

I am using latest image Version 0.0.6-git-7050317 under Ubuntu 20.04.
The device is a VC830 dmm connected by USB hid cable. The manual connection and measurement works very well.
`
import smuview
import time

dmm_device = Session.connect_device("voltcraft-vc830:conn=1a86.e008")[0]
dmm_conf = dmm_device.configurables()[""]

dmm_conf.set_config(smuview.ConfigKey.MeasuredQuantity, smuview.Quantity.Voltage)
`
I got following error:

`KeyError: ('',)

At:
/smuview/smuscript/battery_characteristic.py(8):
`
My python is Version 3.8.

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