Component: Output Digital Pin (DSP)
Author | Matrix Ltd |
Version | 1.2 (Release) |
Category | DSP |
Contents
Output Digital Pin component
Allows the values from a buffer to be passed directly to a digital output pin based on a defined threshold.
Examples
No additional examples
Downloadable macro reference
SetPin
Takes the value from the connected DSP buffer and outputs to the selected pin based on the selected threshold values.
Parameters
- This macro has no parameters
Return value
- This call does not return a 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
Output Pin
This property is of type Single digital pin and can be referenced with the variable name OutputPin.
No additional information
Threshold Value
This property is of type Unsigned integer and can be referenced with the variable name Threshold.
Sets the level at which the pin goes into the active state.
>= the threshold the pin will be in the active state.
< the threshold the pin will be in the none active state.
Pin State
This property is of type Fixed list of ints and can be referenced with the variable name PinState.
Selects the output level to use when the pin is in the active state.
Active High - Pin will pull to VCC (high) when active and pull to VSS (low) when none active.
Active Low - Pin will pull to VSS (low) when active and pull to VCC (high) when none active.