pymovements.events.event_properties.disposition#
- pymovements.events.event_properties.disposition(position_columns: tuple[str, str] = ('x_pos', 'y_pos')) Expr[source]#
Disposition of an event.
- Parameters:
position_columns – The column names of the pitch and yaw position components.
- Raises:
TypeError – If position_columns not of type tuple, position_columns not of length 2, or elements of position_columns not of type str.