-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
As newest Firmware is utilized, the read_one instruction can not be used, as it will get error:
return self.read_floats(1)[0]
IndexError: index 0 is out of bounds for axis 0 with size 0
my code is like:
from libarc1 import ArC1
arc1 = ArC1('com3')
arc1.select(1, 1)
arc1.pulse_active(2.5, 100e-6)
arc1.read_one(1, 1)
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right