pcdsdaq.ami.basic_filter¶
- pcdsdaq.ami.basic_filter(ami_name, lower, upper)¶
Helper function for creating an ami filter string.
- Parameters:
ami_name (
str
) – The name of the value in amilower (
float
) – The lower bound for the value to passupper (
float
) – The upper bound for the value to pass
- Returns:
filter_string
- Return type:
str