Description
The VirtualVariable object provides properties and methods for expressions that evaluate to a Variable. One example of an expression that evaluates to a Variable is Spacecraft.A.
Users cannot create instances of this type of object. However, users can access instances of this object type that have been created indirectly, for example as children of other objects. Users can also access any static properties and methods on this object type.
Inheritance Hierarchy: Object->VirtualVariable
Available In Editions:
Engineer
Mission
Timing Precision Mode
This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.
Click here to see the documentation for this object in nanosecond timing precision mode.
Name
|
Description
|
And
|
Returns the bitwise AND of the two variable values.
|
EncodeAsType
|
Encodes a Variable value into a binary-formatted String using the specified data format.
|
EpochFormat
|
Returns a formatted string representing an epoch in time.
|
Format
|
Converts the number held by the calling object into a string based on the specified format specifiers. The format specifiers are standard C/C++ specifiers as used with the sprintf function. The Format method converts a double precision floating point value to a string; the IFormat method should be used to convert an integer value to a string.
|
IFormat
|
Converts the number held by the calling object into a string based on the specified format specifiers. The format specifiers are standard C/C++ specifiers as used with the sprintf function. The IFormat method converts an integer value to a string; the Format method should be used to convert a double precision floating point value to a string.
|
Or
|
Returns the bitwise OR of the two variable values.
|
Repeat
|
Returns a matrix consisting of the specified value repeated the specified number of times.
|
ToString
|
Converts the value to a string.
|
|
See also
Parsing Dates and Times
|