STK AstrogatorSend comments on this topic.
IncludeBoundaryMitigation Property (IAgVASRPGSPM04aIIA)
See Also
Windows





Windows & Linux

Description

True if shadow boundary mitigation should be performed; the state of the satellite after crossing a shadow boundary will be corrected for errors that may have been introduced by the sudden change in SRP which occurred during the integration step. If shadowing is turned off, this option is unavailable.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IncludeBoundaryMitigation() As Boolean
[C#]
public bool IncludeBoundaryMitigation {get; set;}
[Managed C++]
public: __property bool get_IncludeBoundaryMitigation();
public: __property void set_IncludeBoundaryMitigation( bool );
[Unmanaged C++]
public: HRESULT get_IncludeBoundaryMitigation(
    VARIANT_BOOL * pMitigation
);
public: HRESULT put_IncludeBoundaryMitigation(
    VARIANT_BOOL Mitigation
);
[Java]
public bool getIncludeBoundaryMitigation();
public void setIncludeBoundaryMitigation(
    bool
);
[Python - STK API ]
@property
def IncludeBoundaryMitigation(self) -> bool:

@IncludeBoundaryMitigation.setter
def IncludeBoundaryMitigation(self, Mitigation:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.