AGI STK Objects 11 Send comments on this topic.
YBias Property (IAgSRPModelGPS)
See Also 





Description

Acceleration along the body-fixed Y axis of the satellite. Input is unitless but is multiplied by 1.0e-12 m/s2 to yield an acceleration perpendicular to the sun-to-satellite line. Also known as K2, the nominally value is in the range of -1 < YBias < 1.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_YBias();
public: __property void set_YBias(
double
);

[Unmanaged C++]
public: HRESULT get_YBias(
double * pRetVal
);
public: HRESULT put_YBias(
double NewYBias
);

[Java]
public double getYBias();public void setYBias(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1