nabs.preprocessors.daq_step_scan_standard_args

nabs.preprocessors.daq_step_scan_standard_args(events=None, duration=None, record=True, use_l3t=False)[source]

No-op function to hold template parameter info for generated docs.

Parameters:
  • events (int, optional) – Number of events to take at each step. If omitted, uses the duration argument or the last configured value.

  • duration (int or float, optional) – Duration of time to spend at each step. If omitted, uses the events argument or the last configured value.

  • record (bool, optional) – Whether or not to record the run in the DAQ. Defaults to True because we don’t want to accidentally skip recording good runs.

  • use_l3t (bool, optional) – Whether or not the use the l3t filter for the events argument. Defaults to False to avoid confusion from unconfigured filters.