pyHarm.KinematicConditions.AccelImposed ======================================= .. py:module:: pyHarm.KinematicConditions.AccelImposed Classes ------- .. autoapisummary:: pyHarm.KinematicConditions.AccelImposed.AccelImposed Module Contents --------------- .. py:class:: AccelImposed(nh: int, nti: int, name: str, data: dict, CS: pyHarm.CoordinateSystem.CoordinateSystem, dynop: Optional[dict[str, numpy.ndarray]] = None) Bases: :py:obj:`pyHarm.KinematicConditions.GODisplacement.GODisplacement` Kinematic condition that imposes an acceleration on specific dof. .. attribute:: amp amplitude to impose. :type: float .. py:attribute:: factory_keyword :type: str :value: 'AccelImposed' keyword that is used to call the creation of this class in the system factory. :type: str .. py:attribute:: default dictionary containing the default parameters of the kinematic condition :type: dict .. py:method:: __post_init__()