Polynomial >> Forward Coefficients

NI-DAQmx C Properties

Polynomial >> Forward Coefficients

Data Type: float64*
Description: Specifies an array of coefficients for the polynomial that converts pre-scaled values to scaled values. Each element of the array corresponds to a term of the equation. For example, if index three of the array is 9, the fourth term of the equation is 9x^3.

You can get/set this property using:
  DAQmxGetScalePolyForwardCoeff
  DAQmxSetScalePolyForwardCoeff