Open
Description
Hi,
I have a small feature pull request. To my knowledge, it is not currently possible to add parameters to the Monitor through the station object without using load_instrument
. This change allows adding e.g. standalone parameters to the monitor, or instrument parameters after using load_instrument
.
Changes proposed:
- Add a parameter to Monitor when using
station.add_component
, ifadd_to_monitor
argument isTrue
(defaultFalse
). - Using
remove_component
also deletes the parameter from Monitor (current implementation seems to assume that the component is an instrument)
Metadata
Metadata
Assignees
Labels
No labels