Component: Output CSV (DSP)

From Flowcode Help
Revision as of 09:11, 12 October 2020 by BenR (talk | contribs) (XML import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Author Matrix Ltd
Version 1.2 (Release)
Category DSP


Image 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.

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.

Parameters

This macro has no parameters


Return value

This call does not return a value


WriteValue

Writes a single value from the selected DSP buffer to the CSV file.

FAT component must be initialised before calling this macro.

Parameters

This macro has no parameters


Return value

This call does not return a value


Simulation macro reference

This component does not contain any simulation macros


Property reference

Connect To

This property is of type Panel object and can be referenced with the variable name ConnectTo.

No additional information


FAT Component

This property is of type Panel object and can be referenced with the variable name FATComponent.

Points to the FAT filesystem component to allow access to file system and embedded SD card.

Filename

This property is of type Line of text and can be referenced with the variable name Filename.

Name of the file to write DSP data to.

Layout

This property is of type Fixed list of ints and can be referenced with the variable name Layout.

No additional information


Existing Data

This property is of type Fixed list of ints and can be referenced with the variable name ExtData.

Decides what to do when opening a file that already exists.