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.
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.
all_output !=0Describe the solution you'd like
Since all
monitors/and most monitors fromcontrib/have this possibility, It_ would be reasonable that the Union loggers had the same feature.