Properties of Vector Table (x,y,z) and Vector Table (xyz, time)

Table: X-Coordinate

Looks for the column in the table with the heading X (read-only).

Table: Y-Coordinate

Looks for the column in the table with the heading Y (read-only).

Table: Z-Coordinate

Looks for the column in the table with the heading Z (read-only).

Coordinate System

Specifies the coordinate system (laboratory by default). The drop-down list of this property includes any local coordinate systems that exist in the simulation.

Table: X-Data

Identifies the selected column in the table file as the data column for the x-component.

Table: Y-Data

Identifies the selected column in the table file as the data column for the y-component.

Table: Z-Data

Identifies the selected column in the table file as the data column for the z-component.

Table

Selects a table from among the ones that are represented by nodes in the Tables node of the Tools node.

Interpolation

Selects the method that is used to interpolate between data points in the table. (Vector Table (xyz, time) only)

Spline

Uses B-spline interpolation between table data values.

Step

Uses the table data value corresponding to the highest time that is less than or equal to the current time.

Linear

Specifies a linear interpolation between table data values.

Cubic (Akima)

Uses Akima cubic interpolation between table data values. This is the recommended option. For a comparison of this option with Spline, see Cubic and Spline Interpolation Methods.