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
Find an aspect of the desired type in this aspect's container.
(Inherited from AspectComponentBase.)
Public methodFindCreateAspectT
Find or, if one isn't found, create an aspect of the desired type in this aspect's container.
(Inherited from AspectComponentBase.)
Public methodFindCreateManagedAspectT
Find or, if one isn't found, create a managed aspect of the desired type in this aspect's container. The managed aspect will be owned by the declared aspect.
(Inherited from AspectComponentBase.)
Public methodLimitPosition
(Further) limits the range of positions to the specified range.
Public methodRaisePropertiesChanged
Raise an PropertyChanged event for each value.
(Inherited from BindableBase.)
Public methodRaisePropertyChanged(PropertyChangedEventArgs)
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.)
Public methodRaisePropertyChanged(String)
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.)
Public methodRemoveAspect(Object)
Remove the desired aspect from this aspect's container.
(Inherited from AspectComponentBase.)
Public methodRemoveAspectT
Remove the aspect of the desired type from this aspect's container.
(Inherited from AspectComponentBase.)
Public methodRemoveDistanceNotifier
Public methodRemoveManagedAspects
Remove all aspects that are being managed by this aspect..
(Inherited from AspectComponentBase.)
Public methodSerializableDependency(SerializableObject)
Whether the specified object depends on the serializable object.
(Inherited from AspectComponentBase.)
Public methodSerializableDependency(Visual)
Whether the specified visual depends on the serializable object.
(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