Spacecraft.ElapsedMinutes Property

Top 

Description

Returns the number of minutes having passed since the epoch of the Spacecraft at the time of the command's first execution. This is a property of the spacecraft and not of the scenario as a whole. Two similar spacecraft may return different ElaspedMinutes at a single instance due to their specific integrator's step size.

 

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.

 

Attributes

Type:

number

Access:

read

Units:

min

 

Note: This property has a state. See the Methods and Properties with State page for more information.

 

Syntax

myVariable1 = mySpacecraft1.ElapsedMinutes;

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide