Sets scaling parameters for a table scale that maps an array of pre-scaled values to an array of corresponding scaled values.


icon

Inputs/Outputs

  • cstr.png password

    password specifies the password of the NVMEM area. Do not specify this input if the NVMEM area is not protected.

  • cstr.png serial number

    serial number specifies the serial number of the hardware. Do not specify this input if the NVMEM area is not protected.

  • cgenclassrntag.png session in

    session in specifies the session to access.

  • cgenclassrntag.png physical channel

    physical channel specifies the physical channel that contains the scaling equation.

  • c1ddbl.png scaled values

    scaled values specifies an array of scaled values. The array size of scaled values must equal that of pre-scaled values.

  • c1ddbl.png pre-scaled values

    pre-scaled values specifies an array of values to scale. The array size of pre-scaled values must equal that of scaled values.

  • cerrcodeclst.png error in (no error)

    error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • ci32.png coercion

    coercion specifies the method of coercing values that fall between the values in the table.

    Interpolate (0)

    The scale uses linear interpolation to coerce pre-scaled values to scaled values.

    RoundToNearest (1)

    The scale rounds a pre-scaled value to the nearest scaled value in the table.

    Strict (2)

    The scale reports an error if any value in pre-scaled values is not in scaled values.

  • igenclassrntag.png session out

    session out is a copy of the session in reference.

  • igenclassrntag.png physical channel out

    physical channel out returns the physical channel that contains the scaling equation.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.