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

System name for signal group in arxml #777

Open
pempem98 opened this issue Mar 15, 2024 · 0 comments
Open

System name for signal group in arxml #777

pempem98 opened this issue Mar 15, 2024 · 0 comments
Assignees

Comments

@pempem98
Copy link
Contributor

pempem98 commented Mar 15, 2024

class SignalGroup(object):
"""
Represents signal-group, containing multiple Signals.
"""
name = attr.ib() # type: str
id = attr.ib() # type: int
signals = attr.ib(factory=list, repr=False) # type: typing.MutableSequence[Signal]
e2e_trans = attr.ib(default=None)

Hi @ebroecker,
Can we have the system name for signal group in arxml file?
Same as system signal and normal signal, system signal group has the tag and can be get by reference tag from signal group

@ebroecker ebroecker self-assigned this May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants