Skip to content

[FEATURE]: Union loggers should have ‘nowritefile’ input-switch like other monitors #2605

Description

@willend

Is your feature request related to a problem? Please describe.
In the case of long and complex instruments, I often include monitors that are optional, i.e. that do not measure / do not save output depending on an instrument input var, i.e.

COMPONENT Mymon = Some_monitor(… , nowritefile=(!all_outputs))
WHEN all_outputs AT (0,0,0) RELATIVE somewhere
  • which will only perform measurements / store output if all_output !=0

Describe the solution you'd like
Since all monitors/ and most monitors from contrib/have this possibility, It_ would be reasonable that the Union loggers had the same feature.

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