rcasteran / jarvis4se

JARVIS for Systems Engineers
https://regis-casteran.gitbook.io/jarvis4se/
MIT License
3 stars 1 forks source link

New command to list inputs / outputs / childs #15

Closed rcasteran closed 2 years ago

rcasteran commented 2 years ago

Is your feature request related to a problem? Please describe. Allow Jarvis to list inputs / outputs / childs of an object through the following commands :

%%jarvis
with test
list input <object name>
list output <object name>
list child <object name>

Describe the solution you'd like The list of input must indicate the type and last decomposed producer(s) of each input The list of output must indicate the type and last decomposed consumer(s) of each output The list of child must indicate the type and their relationship

Jarvis must output a list that is readable in Notebook and that can be imported in excel without modification