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 combineoperator (
str
) – The operator to place between the filter strings. This can either be&
or|
, forand
oror
respectively.