Author |
Message |
Gmartin3
Joined: Oct 19, 2021 Posts: 22
|
Posted: Apr 21, 2022 4:23 PM Post subject: Excel writer |
|
Jarek
I have a design that has 12 values I want to record. I want each column to have the name of that value. What separator do I use to make this happen
For example values would be Coherence Inhibit 1 Inhibit 2 Inhibit 3
Thanks George |
|
 |
jarek
Joined: Oct 22, 2007 Posts: 952
|
Posted: Apr 21, 2022 4:32 PM Post subject: |
|
Make sure that those 12 values are synchronized together and have the same signal rate. If the signal rate is different, make sure that is equalized.
After that you should be able to use ExcelFileWriter (any separator should do), or XDFFileWriter. |
|
 |
Gmartin3
Joined: Oct 19, 2021 Posts: 22
|
Posted: Apr 21, 2022 7:53 PM Post subject: |
|
All values are going through a synchroniser the data itself is fine. In the ExcelWriter preferences I see a text entry for header. I was assuming I could put the header info in there. I used a forward slash and a comma as sectors but that did not work
Is there something I am missing? |
|
 |
jarek
Joined: Oct 22, 2007 Posts: 952
|
Posted: Apr 21, 2022 8:25 PM Post subject: |
|
Yes, you can create a header text using the "Header" property.
Any text there should work, not sure why you had a problem, I just tried it and it worked as expected. You can also use special characters (with backslash).
Send a snippet if it still fails. |
|