@@ -101,23 +101,6 @@ To create a new panels the easiest is to start from a copy of the test file:
```caqtdm_designer /photonics/home/gac-maloja/caqtdm_test/new_name.ui ``` to open it.
## How to get print out the values of controls to save them
1. Open Terminal
2. Type slic and run
3. Type print_line_for_spreadsheet() and run
4. Copy the values (right click / Copy, control+C does not work)
5. Paste them into a cell of an excel-like file
6. Select the cell go to the top menu/Data/Text to columns - Select format & click OK
## How to change the parameters printed by print_line_for_spreadsheet()
1. Type and run gedit ~/git/maloja/spreadsheet.py or open the script directly in ```git/maloja/spreadsheet.py```
2. Find the channels you want to add and their codes (right click on the display in the corresponding panel and "get info")
3. Add the corresponding name in the formatting of the output spreadsheet_line. The names that are at the beginning of the line are read, the rest (in series afterwards) are kept as empty spaces for user's manual input in the excel file)
4. Save and close and re-start slic
If you just want to print parameters in the Terminal you just need to run print_overview()
## Other useful staff
- To acquire data slic / daq there are things is daq.*