Difference between revisions of "Component: Output CSV (DSP)"
From Flowcode Help
Jump to navigationJump to searchLine 16: | Line 16: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 24: | Line 26: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Revision as of 13:27, 17 November 2021
Author | Matrix Ltd |
Version | 1.2 |
Category | DSP |
Contents
Output CSV component
Allows the values from a buffer to be output directly into a .CSV format file. Either a value at a time or as an array.
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
WriteArray |
Writes a buffer of values from the selected DSP buffer to the CSV file. FAT component must be initialised before calling this macro. | |
![]() |
Return |
![]() |
WriteValue |
Writes a single value from the selected DSP buffer to the CSV file. FAT component must be initialised before calling this macro. | |
![]() |
Return |