Name
|
Description
|
Attributes
|
Active
|
Specifies whether or not to evaluate methods of the vector and draw it in the MissionView.
|
Type: Variable
Access: Read/Write
|
Alpha
|
Right ascension of the Vector in spherical coordinates. Used with Vector.Delta and Vector.Magnitude.
|
Type: Variable
Access: Read/Write
Units: deg
|
Color
|
The color to draw the vector. The color can be overridden for an individual view using the ViewWindow.SetObjectColor() method.
|
Type: Variable
Access: Read/Write
|
DeclaredName
|
The name of the object as declared.
|
Type: String
Access: Read-Only
|
Delta
|
Declination of the Vector in spherical coordinates measured in the x-y plane. Used with Vector.Alpha and Vector.Magnitude.
|
Type: Variable
Access: Read/Write
Units: deg
|
DisplayName
|
The name displayed for this object in output windows such as views, plots, and reports.
|
Type: String
Access: Read/Write
|
DrawMethod
|
Method in which to draw the vector
|
Type: Variable
Access: Read/Write
|
Element
|
The x, y, z components of the vector.
|
Type: Array
Access: Read/Write
|
Epoch
|
For Vector objects built on vectors which are relative to the position of bodies that move in space over time, the Epoch property indicates the time at which the Vector is defined or re-evaluated.
To model a Vector that rotates in time, the Vector object should be updated any time the spacecraft state is updated. Therefore, the user should add a line Inside the control loop of the script to synchronize the coordinate system (in time) with the spacecraft, such asVector1.Epoch = Spacecraft1.Epoch;
The Epoch property can also be set to a time in GSFC MJD Format
|
Type: TimeSpan
Access: Read/Write
Units: day
|
ExistingXAxisCoordinateSystem
|
Specifies the coordinate system to use when the VectorType is 'Existing X-Axis'.
|
Type: Variable
Access: Read/Write
|
LabelLocation
|
Determines where the vector label is drawn when the DrawMethod is arrow and the vector is visualized in a Mission View.
|
Type: Variable
Access: Read/Write
|
Magnitude
|
Vector magnitude used with spherical coordinates. Used with Vector.Alpha and Vector.Delta.
|
Type: Variable
Access: Read/Write
|
MagnitudeScaleFactor
|
Scale factor applied to the magnitude of the vector for visualization.
|
Type: Variable
Access: Read/Write
|
ObjectId
|
The unique identifier for the object.
|
Type: Variable
Access: Read-Only
|
ObjectType
|
The type of the object.
|
Type: String
Access: Read-Only
|
ReferenceAxis
|
Specifies the body axis to use for VectorType = 4(Body Axis).
|
Type: Variable
Access: Read/Write
|
VectorType
|
The type of vector.
|
Type: Variable
Access: Read/Write
|
VisualOffset
|
Positional offset of the origin of the vector for Visualization. The offset origin is measured from the ICRF.
|
Type: Array
Access: Read/Write
Units: km
|