weldx.transformations.LocalCoordinateSystem.datetimeindex

property LocalCoordinateSystem.datetimeindex

Get the time as ‘pandas.DatetimeIndex’.

If the coordinate system has no reference time, ‘None’ is returned.

Returns

The coordinate systems time as ‘pandas.DatetimeIndex’

Return type

Union[pandas.DatetimeIndex, None]