Raptor:Table Axis Reference: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
 
No edit summary
 
(One intermediate revision by one other user not shown)
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]]


[[File:RaptorTable1D.jpg|right|frame|Raptor™ Table 1D]]
[[File:RaptorTableAxisReference.PNG|right|frame|Raptor™ Table Axis Reference]]


== Description ==
== Description ==
<p>The Raptor Table 1d block is similar to the Matlab 1-D Lookup Table block. This block accepts a value and uses it to output an interpolated value from the table data and a set of breakpoint data. This is similar to the functionality obtained by using the Raptor Table Axis block and Raptor Table Interpolate 1d block. To visualize the initial data in a matlab figure, select the block and then use the raptor_visualize_table() function from the command window. </p>
<p>References an existing Table Axis block elsewhere in the model. Converts the incoming value to a fractional based on the array of values contained in the referenced Table Axis. For use with Raptor Interpolate 1D and 2D table blocks.
</p>


== Inputs ==
== Inputs ==
Line 14: Line 15:
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 70%;"|Description
! scope="col" style="width: 70%;"|Description
|-
|[datatype]
|
|Input signal to the table axis, data type should be the same as the axis.
|}
|}


Line 22: Line 27:
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 70%;"|Description
! scope="col" style="width: 70%;"|Description
|-
|index
|
|Fractional index to use with an interpolation table.
|}
|}


Line 31: Line 40:
! scope="col" style="width: 70%;"|Description
! scope="col" style="width: 70%;"|Description
|-
|-
! Name
|Name
| String
|String
| This is the name used to store the axis data. It is also used to identify the axis in the calibration tool.
|This is the name of the referenced Table Axis Block.
|-
! Table Initial Value
| Matrix
| This is the initial table data.
|-
! Table Data Type
|
| Specifies the data type of the table data and output port.
|-
! Table Storage
|
| Specifies the storage class of the table data.
|-
! Breakpoint Initial Value
| Vector
| This is the initial breakpoint data.
|-
! Breakpoint Data Type
|
| Specifies the data type of the breakpoint data and input ports.
|-
! Breakpoint Storage
|
| Specifies the storage class of the breakpoint data.
|-
! Visible in Cal Tool
|
| Controls the visibility of the table data in the calibration tool. When the interpolate block in visible in the cal tool.
|-
! Show Table Settings
|
| Shows/Hides the calibration tool parameters for the table data.
|-
! Table Gain
| Number
| This controls the scaling used to display the table data in the cal tool.
display value = (Gain * actual value) + Offset
|-
! Table Offset
| Number
| This controls the scaling used to display the table data in the cal tool.
display value = (Gain * actual value) + Offset
|-
! Table Max
| Number
| Sets the maximum value that can be set to any table data point in the calibration tool.
|-
! Table Min
| Number
| Sets the minimum value that can be set to any table data point in the calibration tool.
|-
! Table Format
| Format String
| Sets the display format to use for the table data in the calibration tool.
|-
! Table Unit Text
| String
| Sets the unit text that is displayed in the calibration tool.
|-
! Table Help Text
| String
| Sets the help text that is displayed in the calibration tool.
|-
! Show Breakpoint Settings
|
| Shows/Hides the calibration tool parameters for the breakpoint data.
|-
! Breakpoint Gain
| Number
| This controls the scaling used to display the breakpoint data in the cal tool.
display value = (Gain * actual value) + Offset
|-
! Breakpoint Offset
| Number
| This controls the scaling used to display the breakpoint data in the cal tool.
display value = (Gain * actual value) + Offset
|-
! Breakpoint Max
| Number
| Sets the maximum value that can be set to any breakpoint data point in the calibration tool.
|-
! Breakpoint Min
| Number
| Sets the minimum value that can be set to any x breakpoint data point in the calibration tool.
|-
! Breakpoint Format
| Format String
| Sets the display format to use for the breakpoint data in the calibration tool.
|-
! Breakpoint Unit Text
| String
| Sets the unit text that is displayed in the calibration tool.
|-
! Breakpoint 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 variables appears in the calibration tool. Use raptor_xcp_function(gcb) to create a function based on the variables location in the model.
|}
|}

Latest revision as of 17:17, 16 December 2016

Return to the main Raptor page

Return to Table Lookup page

Raptor™ Table Axis Reference

Description

References an existing Table Axis block elsewhere in the model. Converts the incoming value to a fractional based on the array of values contained in the referenced Table Axis. For use with Raptor Interpolate 1D and 2D table blocks.

Inputs

Input Type Description
[datatype] Input signal to the table axis, data type should be the same as the axis.

Outputs

Output Type Description
index Fractional index to use with an interpolation table.

Parameters

Parameter Type Description
Name String This is the name of the referenced Table Axis Block.