AGI STK Astrogator 11 Send comments on this topic.
FileTimeOffset Property (IAgVAAttitudeControlFiniteFile)
See Also 





Description

File Time Offset - the time offset can be used to adjust the time stored in the attitude file. In other words, the time in an attitude file is specified as seconds from epoch. If the attitude of a maneuver is controlled by this file, then the attitude at any instant during the maneuver is the same as that specified in the file. If the offset value is, for instance, two seconds, then the attitude during the maneuver is determined as the attitude specified in the file two seconds after the current time. This is effectively the same as increasing the epoch in the file by two seconds. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FileTimeOffset() As Double

[C#]
public double FileTimeOffset {get; set;}

[Managed C++]
public: __property double get_FileTimeOffset();
public: __property void set_FileTimeOffset(
double
);

[Unmanaged C++]
public: HRESULT get_FileTimeOffset(
double * pRetVal
);
public: HRESULT put_FileTimeOffset(
double NewFileTimeOffset
);

[Java]
public double getFileTimeOffset();public void setFileTimeOffset(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1