Skip to content

Option to store coil currents values in waveforms #127

Merged
SBlokhuizen merged 6 commits intodevelopfrom
feature/store-coil-currents
Sep 30, 2025
Merged

Option to store coil currents values in waveforms #127
SBlokhuizen merged 6 commits intodevelopfrom
feature/store-coil-currents

Conversation

@SBlokhuizen
Copy link
Copy Markdown
Collaborator

Adds a button in the coil current option to store the current coil current values in waveforms, as piecewise linear tendencies.

@SBlokhuizen SBlokhuizen marked this pull request as ready for review September 26, 2025 16:05
def __init__(self, allow_zero_duration=False, **kwargs):
self.line_number = kwargs.pop("line_number", 0)
self.is_first_repeated = kwargs.pop("is_first_repeated", False)
self.allow_zero_duration = allow_zero_duration
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

allow_zero_duration is a class property, so we can just make this a class variable instead of an instance variable?

@SBlokhuizen SBlokhuizen merged commit d8f32c2 into develop Sep 30, 2025
9 checks passed
@SBlokhuizen SBlokhuizen deleted the feature/store-coil-currents branch September 30, 2025 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants