API DataRecorder.AddBuffer

From Flowcode Help
Jump to navigationJump to search
Fc9-comp-macro.png AddBuffer
Adds a fixed-view stream to the given group suitable for inputs and operations 
Fc9-h32-icon.png - HANDLE GroupH
A handle to a previously created datascope group 
Fc9-string-icon.png - STRING Name
The cosmetic name to display for the stream 
Fc9-f32-icon.png - FLOAT ClkStep
Clock increment per-sample of the buffer 
Fc9-u16-icon.png - UINT Samples
Number of samples to store in the buffer 
Fc9-h32-icon.png - HANDLE Return


Detailed description

Examples