Versions Compared

Key

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

Table of Contents
labelsI want to create/update my archfile

I want to create/update my experiment archfile


Code Block
$ epicsarch-qs exp_name 


Additional optionsqs create arch file


  • cli_setup - handles the setup of the logger
  • create arch file - decides which function to call depending on the command line args
    • experiment and not dry run 
      • path - checks for a valid path, if valid, sets the new path 
      • hutch - edits file_path to a specific hutch
      • cds items - launches pull_client (params: experiment, cds_items) this method interfaces with the questionnaire to get proposal details from the entire cds tab
      • link - launches create_softlink (params: experiment)
      • defaults to setting the filepath and updating the archfile
    • dry run - prints dry run

...

get key

get questionnaire data

I want to view CDS item data

I want to view a preview the archfile