Difference between revisions of "Component: Output Digital (DSP)"
From Flowcode Help
Jump to navigationJump to searchLine 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 32: | Line 34: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 210: | Line 214: | ||
|- | |- | ||
| colspan="2" | Automatically scale the buffer type to the output type Yes: Provide automatic scaling No: Transfer data as is, maybe truncated | | colspan="2" | Automatically scale the buffer type to the output type Yes: Provide automatic scaling No: Transfer data as is, maybe truncated | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} |
Latest revision as of 17:19, 9 November 2022
Author | Matrix Ltd |
Version | 1.2 |
Category | DSP |
Contents
Output Digital component
Allows the values from a buffer to be read. Either a value at a time or as an array.
Component Pack
DSP
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
GetIntArray |
Returns an array of integer values from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | |
![]() |
Data |
![]() |
Count |
![]() |
Return |
![]() |
GetLongArray |
Returns an array of long values from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | |
![]() |
Data |
![]() |
Count |
![]() |
Return |
![]() |
GetFloatArray |
Returns an array of float values from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | |
![]() |
Data |
![]() |
Count |
![]() |
Return |
![]() |
GetFloat |
Returns a float value from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | |
![]() |
Return |
![]() |
GetLong |
Returns a long value from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | |
![]() |
Return |
![]() |
GetInt |
Returns an integer value from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | |
![]() |
Return |
![]() |
GetByteArray |
Returns an array of byte values from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | |
![]() |
Data |
![]() |
Count |
![]() |
Return |
![]() |
GetByte |
Returns a byte value from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | |
![]() |
Return |