STK ObjectsSend comments on this topic.
YBias Property (IAgSRPModelGPS)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_YBias(
    double YBias
);
[Java]
public double getYBias();
public void setYBias(
    double
);
[Python - STK API ]
@property
def YBias(self) -> float:

@YBias.setter
def YBias(self, YBias:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.