Skip to content

Online Monitor Broken #86

@rpartzsch

Description

@rpartzsch

Online monitor seems to be broken. I managed to get it to work on Python 3.11 with the following changes:
switch to QT6

For multichip aidamode ptdc:
ptdc_tdl_lut=np.array([0] -> ptdc_tdl_lut=np.array([0.]
self.rx_id = self.config.get('rx_id', 'rx0') -> self.rx_id = self.config.get('rx_id', 0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions