Raptor:Table Interpolation 2D Reference: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
(Created page with 'Return to the main Raptor page Return to Table Lookup page [[File:RaptorTableInterpolation2DReference.PNG|right|frame|Raptor™ Table Int…')
 
No edit summary
 
Line 1: Line 1:
[[RaptorWiki|Return to the main Raptor page]]
[[Raptor-Platform|Return to the main Raptor page]]


[[Raptor:Table Lookup|Return to Table Lookup page]]
[[Raptor:Table Lookup|Return to Table Lookup page]]

Latest revision as of 17:19, 16 December 2016

Return to the main Raptor page

Return to Table Lookup page

Raptor™ Table Interpolate 2D Reference

Description

References an existing Table Interpolation 2D block elsewhere in the model.

Interpolates a value based on a 2 dimensional table. The index input to this block must be the output from a Raptor Table Axis or Raptor Table Axis Reference block. The adapt function can be used to dynamically adapt the table data during runtime.

Name should match referenced Table Interpolation 2D block.

Inputs

Input Type Description
y index Fractional index to use to interpolate the table data.
x index Fractional index to use to interpolate the table data.
Adapt Min The minimum value to adapt the table to. Only available when use adapt input is enabled.
Adapt Max The maximum value to adapt the table to. Only available when use adapt input is enabled.
Adapt Quantity The amount to adapt the table by. Only available when use adapt input is enabled.

Outputs

Output Type Description
output The interpolated value from the table. Note: When table adaption is turned on, the table is adapted first, then interpolated.
Adapt Output The amount that the table was interpolated by. This will be either 0, adapt quantity or adapt quantity/2. Only available when show adapt output is enabled.

Parameters

Parameter Type Description
Name String This is the name of the referenced Table Interpolation 2D Block.