Skip to content

read_one can not be used #1

@MornNighter

Description

@MornNighter

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

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions