Component: Output Digital (DSP)
Author | Matrix Ltd |
Version | 1.2 (Release) |
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.
Examples
No additional examples
Downloadable macro reference
GetIntArray
Returns an array of values from the specified buffer and scales it appropriatley if required.
Auto increments the read location.
Parameters
- UINT Data
- UINT Count
Return value
- This call does not return a value
GetLongArray
Returns an array of values from the specified buffer and scales it appropriatley if required.
Auto increments the read location.
Parameters
- ULONG Data
- UINT Count
Return value
- This call does not return a value
GetLong
Returns a value from the specified buffer and scales it appropriatley if required.
Auto increments the read location.
Parameters
- This macro has no parameters
Return value
GetInt
Returns a value from the specified buffer and scales it appropriatley if required.
Auto increments the read location.
Parameters
- This macro has no parameters
Return value
GetByteArray
Returns an array of values from the specified buffer and scales it appropriatley if required.
Auto increments the read location.
Parameters
- BYTE Data
- UINT Count
Return value
- This call does not return a value
GetByte
Returns a value from the specified buffer and scales it appropriatley if required.
Auto increments the read location.
Parameters
- This macro has no parameters
Return 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