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 shortcut to modify output of a system instance #72

Open
alx87grd opened this issue Apr 3, 2022 · 0 comments
Open

Add shortcut to modify output of a system instance #72

alx87grd opened this issue Apr 3, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@alx87grd
Copy link

alx87grd commented Apr 3, 2022

Find a way to have this behaviour:

input

sys = instance of an object where the y output is a px1 vector

output

single_output_sys = indentical instance with the exception that the y output is a sub-set (simplest case: one element) of the original output

ideal behaviour

single_output_sys = sys.set_output_to( i = 2 )

this would return a new instance indentical except that the output signal is a 1x1 vector. that correspond to the i element of the output of the original system.

@alx87grd alx87grd added the enhancement New feature or request label Apr 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants