Skip to content

How to add signal attribute with all the fields. #882

@AyushPatil41

Description

@AyushPatil41
Image

Using the "db.add_signal_defines("GenSigSendType", "ENUM")" I am creating the signal attribute but unable to add one field of Default, and I am adding attributes in one of two ways either "signal.add_attribute("GenSigSendType", "cyclic")"

or
signal = canmatrix.Signal(
attributes=["GenSigSendType", "cyclic"]
)

Is it possible to add the Default filed as shown in the image when creating a new signal attribute if yes, can you help me add the default files as shown in the image.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions