Skip to content

Allow adding parameters to Monitor using station.add_component #1873

Open
@Jajiko

Description

@Jajiko

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, if add_to_monitor argument is True (default False).
  • Using remove_component also deletes the parameter from Monitor (current implementation seems to assume that the component is an instrument)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions