Click or drag to resize

AuxiliaryStateVector Properties

The AuxiliaryStateVector type exposes the following members.

Properties
  NameDescription
Public propertyAuxiliaryVector
Gets or sets the vector to include as an auxiliary state in the propagation output.
Public propertyDefinedInAxes
Gets or sets the Axes that this vector is defined in. If this is null then the AuxiliaryStateVector will retain the same Axes as that of the AuxiliaryVector property.
Public propertyDimension
Gets the dimension, which is three for a Vector
(Overrides AuxiliaryStateElementDimension.)
Public propertyIdentification
Gets or sets the string identifying this instance in the overall output.
(Inherited from AuxiliaryStateElement.)
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyOrder
Gets or sets the highest order of the Vector to produce for the output. Zero will produce the vector's value, one will produce its value and its first derivative, and higher orders will produce vectors up to and including the given order.
(Overrides AuxiliaryStateElementOrder.)
Top
See Also