Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Once things are aligned and set, you might want to start a new run every 5 minutes

Step-by-step guide

  1. Start hutch python on an mfx PC

    Code Block
    languagebash
    mfx3
  2. cd /cds/home/f/fmoss/scripts
  3. Run the autorun script in hutch python

    Code Block
    languagepy
    from autorun import main as autorun
    autorun(
    mode
    sample='
    flipflop') # if flipflop needed or 'open' if running at 120 Hz.

...

Content by Label
showLabelsfalse
max5
spacesMFX
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "MFX"
labelskb-how-to-article

...

hiddentrue
  1. foo', run_length=300, runs=5, delay=10)


    Autorun parameters
    sample: sample name
    run_length: length of the run in seconds
    runs: number of runs before the DAQ stops collecting
    delay: time waited before restarting the DAQ between runs, to allow the DAQ to reset

...