Owning Palette: Signal Operation PtByPt VIs
Requires: Full Development System
Clips x to within the bounds specified by upper limit and lower limit.
This VI is similar to the Y[i]=Clip{X[i]} VI.
Note By default, reentrant execution is enabled in all Point By Point VIs. |
Add to the block diagram | Find on the palette |
x is an input data point. | |
upper limit must be greater than or equal to lower limit. The default is 1.0. If upper limit is less than lower limit, the VI returns an error. | |
lower limit must be less than or equal to upper limit. The default is 0.0. | |
clipped x returns the clipped value of x. | |
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |