Skip to content

Support adding additional signals in the Signal constructor #60

Open
@laugengebaeck

Description

@laugengebaeck

Currently, you can only add additional signals (like Zs3) to a Signal by directly writing to the attribute, not by specifying them in the constructor. The constructor only sets an empty list for additional_signals. It would be nice to also handle that in the constructor.

See

self.additional_signals: list[AdditionalSignal] = []

(Note: I can implement this myself once I have time)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions