Diff: Frappy

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
SampleEnvironment

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


Difference between current version and version 22:
Lines 27-32 were replaced by lines 27-32
- frappy_main('<main cfg>') # change main SE configuration (e.g. cryostat)
- frappy_stick('<stick cfg>') # change sample-stick configuration
- frappy_stick('') # remove stick
- frappy_main('') # remove main SE apparatus
- frappy_main() # show the current SE configuration
- frappy_addons(...) # similar to above, for additional equipment not covered by main/stick
+ frappy('<main cfg>') # change main SE configuration (e.g. cryostat)
+ frappy('<main cfg>', '<stick cfg>') # change main and sample-stick configuration
+ frappy(stick='<stick cfg>') # change stick only
+ frappy('') # remove main SE apparatus including stick
+ frappy() # show the current SE configuration
+ frappy(addons=...) # similar to above, for additional equipment not covered by main/stick
Lines 86-87 were replaced by lines 86-87
- frappy_main('') # stop the main frappy server
- frappy_main('<main cfg>') # start the main frappy server
+ frappy('') # stop main and stick frappy servers
+ frappy('<main cfg>', '<stick cfg>') # start main and stick frappy servers

Back to Frappy, or to the Page History.