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

Add cells extraction CLI #332

Open
dvp2015 opened this issue Nov 7, 2024 · 0 comments
Open

Add cells extraction CLI #332

dvp2015 opened this issue Nov 7, 2024 · 0 comments
Assignees

Comments

@dvp2015
Copy link
Collaborator

dvp2015 commented Nov 7, 2024

We often need to extract subset of cells from a model. These cells may represent a new model to be used for some specific tasks, typically not related to transport. For instance, to estimate activation for some selected components using R2S or visualize the components converting them to STP and then to STL files.
The task is repeatable as a routine, so special CLI for that is of certain value. Also this function may be exposed as python API for more versatile cells selection.

For CLI it would be enough to select cells:

  • by list of numbers or ranges of numbers,
  • by regex to match the cell $-comments

Exclusions from selected cells is to be supported by analogous specifications (numbers or regex).
The function is to be configured with external toml file. The inclusion and exclusion lists of numbers can be specified in separate files.

@dvp2015 dvp2015 self-assigned this Nov 7, 2024
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

No branches or pull requests

1 participant