niHWS Set Scaling Coefficients
Establishes an nth degree polynomial scaling function.
When an analog waveform stored as integer data is retrieved by a floating-point Read or Retrieve VI, NI-HWS scales the data according to this polynomial scaling function.
waveform reference in is a reference to the waveform. Waveforms are identified by reference for purposes of setting and getting waveform attributes and reading and writing data. | |||||||
coefficient array is the array of polynomial scaling coefficients. The coefficient for the nth term of the polynomial is contained in the nth index of the coefficient array.
For example, the coefficients for a 2nd degree polynomial: y = ax2 + bx + c would be coefficient array [0] = c |
|||||||
error in (no error) can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
| |||||||
waveform reference out is the copy of waveform reference in you use for input into the next NI-HWS VI in your program. | |||||||
error out passes error or warning information out of a VI to be used by other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
|