Click or drag to resize

MotorAspect Methods

The MotorAspect type exposes the following members.

Methods
  NameDescription
Public methodAddDistanceNotifier
Public methodCurrent
Determines the current kinematic properties of the motor.
Public methodEvaluate
Evaluates the kinematic properties of the motor at some future time.
Public methodFindAspectT (Inherited from AspectComponentBase.)
Public methodFindCreateAspectT (Inherited from AspectComponentBase.)
Public methodFindCreateManagedAspectT (Inherited from AspectComponentBase.)
Public methodLimitPosition
(Further) limits the range of positions to the specified range.
Public methodRaisePropertiesChanged (Inherited from BindableBase.)
Public methodRaisePropertyChanged(PropertyChangedEventArgs) (Inherited from BindableBase.)
Public methodRaisePropertyChanged(String) (Inherited from BindableBase.)
Public methodRemoveAspect(Object) (Inherited from AspectComponentBase.)
Public methodRemoveAspectT (Inherited from AspectComponentBase.)
Public methodRemoveDistanceNotifier
Public methodRemoveManagedAspects (Inherited from AspectComponentBase.)
Public methodSerializableDependency(SerializableObject) (Inherited from AspectComponentBase.)
Public methodSerializableDependency(Visual) (Inherited from AspectComponentBase.)
Public methodSetPosition
Sets the current position of the motor, subject to position limits.
Public methodToString (Inherited from AspectComponentBase.)
Public methodTryLockMaxAcceleration
Tries to acquire a lock for the MaxAcceleration property.
Public methodTryLockMaxDeceleration
Tries to acquire a lock for the MaxDeceleration property.
Public methodTryLockMaxPosition
Tries to acquire a lock for the MaxPosition property.
Public methodTryLockMinPosition
Tries to acquire a lock for the MinPosition property.
Public methodTryLockTargetDirection
Tries to acquire a lock for the TargetDirection property.
Public methodTryLockTargetSpeed
Tries to acquire a lock for the TargetSpeed property.
Public methodTryLockTargetState
Tries to acquire a lock for the TargetState property.
Top
See Also