API DataRecorder.AddBuffer

From Flowcode Help
Revision as of 11:41, 16 January 2023 by Wiki bot (talk | contribs) (Created page with "{| class="wikitable" style="width:60%; background-color:#FFFFFF;" |- | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | File:Fc9-comp-macro.pn...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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