pcdsdevices.attenuator.Attenuator
- pcdsdevices.attenuator.Attenuator(prefix, n_filters, *, name, **kwargs)
A series of filters that attenuates the beam.
This is a factory function for instantiating a subclass of
AttBase
with the correct number ofFilter
components.The
Filter
components will be named ‘filter1’, ‘filter2’, … ‘filter10’, …