Jump to content

API DataRecorder.AddBuffer

From Flowcode Help
Revision as of 14:07, 13 July 2026 by SteveT (talk | contribs) (Text replacement - "class="wikitable" style="width:60%; background-color:#FFFFFF;"" to "class="mtx-class-macrotable wikitable"")
AddBuffer
Adds a fixed-view stream to the given group suitable for inputs and operations 
- HANDLE GroupH
A handle to a previously created datascope group 
- STRING Name
The cosmetic name to display for the stream 
- FLOAT ClkStep
Clock increment per-sample of the buffer 
- UINT Samples
Number of samples to store in the buffer 
- HANDLE Return


Detailed description

Examples