Raptor:Table Axis
Jump to navigation
Jump to search
Return to the main Raptor page
Description
The Raptor Table Axis is similar to the Matlab Prelookup block. This block calculates the fractional index of the input value into the breakpoint data. Use this block to calculate the index inputs for the Raptor Interpolate 1d and Raptor Interpolate 2d blocks.
Inputs
Input | Type | Description |
---|---|---|
[datatype] | Input signal to the table axis, data type should be the same as the axis data. |
Outputs
Output | Type | Description |
---|---|---|
index | Fractional index to use with an interpolation table. |
Parameters
Parameter | Type | Description |
---|---|---|
Name | String | This is the name used to store the axis data. It is also used to identify the axis in the calibration tool. |
Initial Value | Vector | This is the initial breakpoint data. |
Data Type | Specifies the data type of the breakpoint data and input port. | |
Storage | Specifies the storage class of the breakpoint data. | |
Visible in Cal Tool | Controls the visibility of the breakpoint data in the calibration tool. | |
Gain | Number | This controls the scaling used to display the data in the cal tool.
display value = (Gain * actual value) + Offset |
Offset | Number | This controls the scaling used to display the data in the cal tool.
display value = (Gain * actual value) + Offset |
Max | Number | Sets the maximum value that can be set to any breakpoint data point in the calibration tool. |
Min | Number | Sets the minimum value that can be set to any breakpoint data point in the calibration tool. |
Format | Format String | Sets the display format to use in the calibration tool. |
Unit Text | String | Sets the unit text that is displayed in the calibration tool. |
Help Text | String | Sets the help text that is displayed in the calibration tool. |
Access Level | Sets the access level of this item in the calibration tool. | |
Function | String | Sets the location where the variable appears in the calibration tool. Use raptor_xcp_function(gcb) to create a function based on the variables location in the model. |
Supported Versions
- Raptor 2013a_0.0.1 and newer