pcdsdaq.ami.concat_filter_strings

pcdsdaq.ami.concat_filter_strings(filter_strings, operator='&')

Helper function to combine ami filter strings

Parameters:
  • filter_strings (list) – The valid filter strings to combine

  • operator (str) – The operator to place between the filter strings. This can either be & or |, for and or or respectively.