fix frappy command and usage message

This commit is contained in:
2022-06-22 18:05:28 +02:00
parent ebe01a620a
commit fbfb060e3b
2 changed files with 9 additions and 14 deletions

View File

@ -49,11 +49,11 @@ printinfo("=====================================================================
printinfo("Welcome to the NICOS frappy secnode setup!")
printinfo(" ")
printinfo("Usage:")
printinfo(" frappy_main('<main cfg>') # change main SE configuration (e.g. cryostat)")
printinfo(" frappy_stick('<stick cfg>') # change sample-stick configuration")
printinfo(" frappy_stick('') # remove stick")
printinfo(" frappy_main('') # remove main SE apparatus")
printinfo(" frappy_main() # show the current SE configuration")
printinfo(" frappy('<main cfg>') # change main SE configuration (e.g. cryostat)")
printinfo(" frappy('<main cfg>', '<stick cfg>') # change main and stick cfg")
printinfo(" frappy(stick='') # remove stick")
printinfo(" frappy('') # remove main SE apparatus")
printinfo(" frappy() # show the current SE configuration")
printinfo("=======================================================================================")
set_se_list()
'''