Skip to content

Export columns

Generated from core 0.8.1. Download the complete manifest.

CSV and Parquet contain metric values plus solver statistics, measured sweep coordinates, and point positions. This page lists the other columns; the metric reference lists every built-in metric identity.

Standard columns

Column
step_index
solver_converged
solver_nfev
solver_max_residual

Point positions

Each available output point expands using {point}_{axis}, where the axis is x, y, or z. All positions use mm. The following union covers every built-in selector combination. An individual export includes the points for its installed configuration, available through its manifest position_set.

Point nameAvailable model scopes
axle_inboardCorner
axle_midpointCorner
axle_outboardCorner
damper_chassisCorner
damper_rockerCorner
left_axle_inboardAxle
left_axle_midpointAxle
left_axle_outboardAxle
left_damper_chassisAxle
left_damper_rockerAxle
left_droplink_rockerAxle
left_droplink_t_barAxle
left_droplink_u_barAxle
left_heave_link_rockerAxle
left_lower_front_link_inboardAxle
left_lower_front_link_outboardAxle
left_lower_rear_link_inboardAxle
left_lower_rear_link_outboardAxle
left_lower_wishbone_inboard_frontAxle
left_lower_wishbone_inboard_rearAxle
left_lower_wishbone_outboardAxle
left_pushrod_inboardAxle
left_pushrod_outboardAxle
left_strut_bottomAxle
left_strut_topAxle
left_toe_link_inboardAxle
left_toe_link_outboardAxle
left_torsion_bar_axis_aAxle
left_torsion_bar_axis_bAxle
left_trackrod_inboardAxle
left_trackrod_outboardAxle
left_trailing_arm_outboardAxle
left_trailing_arm_pivot_aAxle
left_trailing_arm_pivot_bAxle
left_upper_front_link_inboardAxle
left_upper_front_link_outboardAxle
left_upper_rear_link_inboardAxle
left_upper_rear_link_outboardAxle
left_upper_wishbone_inboard_frontAxle
left_upper_wishbone_inboard_rearAxle
left_upper_wishbone_outboardAxle
left_wheel_centerAxle
left_wheel_contact_centerAxle
left_wheel_inboardAxle
left_wheel_outboardAxle
lower_front_link_inboardCorner
lower_front_link_outboardCorner
lower_rear_link_inboardCorner
lower_rear_link_outboardCorner
lower_wishbone_inboard_frontCorner
lower_wishbone_inboard_rearCorner
lower_wishbone_outboardCorner
pushrod_inboardCorner
pushrod_outboardCorner
right_axle_inboardAxle
right_axle_midpointAxle
right_axle_outboardAxle
right_damper_chassisAxle
right_damper_rockerAxle
right_droplink_rockerAxle
right_droplink_t_barAxle
right_droplink_u_barAxle
right_heave_link_rockerAxle
right_lower_front_link_inboardAxle
right_lower_front_link_outboardAxle
right_lower_rear_link_inboardAxle
right_lower_rear_link_outboardAxle
right_lower_wishbone_inboard_frontAxle
right_lower_wishbone_inboard_rearAxle
right_lower_wishbone_outboardAxle
right_pushrod_inboardAxle
right_pushrod_outboardAxle
right_strut_bottomAxle
right_strut_topAxle
right_toe_link_inboardAxle
right_toe_link_outboardAxle
right_torsion_bar_axis_aAxle
right_torsion_bar_axis_bAxle
right_trackrod_inboardAxle
right_trackrod_outboardAxle
right_trailing_arm_outboardAxle
right_trailing_arm_pivot_aAxle
right_trailing_arm_pivot_bAxle
right_upper_front_link_inboardAxle
right_upper_front_link_outboardAxle
right_upper_rear_link_inboardAxle
right_upper_rear_link_outboardAxle
right_upper_wishbone_inboard_frontAxle
right_upper_wishbone_inboard_rearAxle
right_upper_wishbone_outboardAxle
right_wheel_centerAxle
right_wheel_contact_centerAxle
right_wheel_inboardAxle
right_wheel_outboardAxle
strut_bottomCorner
strut_topCorner
toe_link_inboardCorner
toe_link_outboardCorner
torsion_bar_axis_aCorner
torsion_bar_axis_bCorner
trackrod_inboardCorner
trackrod_outboardCorner
trailing_arm_outboardCorner
trailing_arm_pivot_aCorner
trailing_arm_pivot_bCorner
upper_front_link_inboardCorner
upper_front_link_outboardCorner
upper_rear_link_inboardCorner
upper_rear_link_outboardCorner
upper_wishbone_inboard_frontCorner
upper_wishbone_inboard_rearCorner
upper_wishbone_outboardCorner
wheel_centerCorner
wheel_contact_centerCorner
wheel_inboardCorner
wheel_outboardCorner

Measured sweep coordinates

Measured target columns use target_{coordinate_export_id}{side_suffix}. These depend on the requested sweep: coordinate IDs can include a selected point and axis, actuator, or element length. A side suffix is included when the coordinate has a side. They cannot be exhaustively listed without a sweep definition.

Units and diagnostics

CSV stores physical column units in its # column_units: metadata comment; Parquet stores units on Arrow fields. Solver statistics do not receive physical-unit metadata. Structured diagnostics are exposed through the analysis API and CLI, rather than embedded in these result files.