coordinates.coordinate_systems.CartesianCoordinateSystem1D.axes_dimensions#

property CartesianCoordinateSystem1D.axes_dimensions: List[Basic]#

Return the symbolic physical dimensions associated with each axis.

This is typically used for inferring units or performing dimensional analysis. The list is expected to match the coordinate system’s __AXES__ order.

Returns:

The symbolic dimension of each axis (e.g., L, 1, etc.).

Return type:

list of sympy.Basic

Raises:

ValueError – If __AXES_DIMENSIONS__ is not defined for the coordinate system class.