Description
True if shadow boundary mitigation should be performed; the state of the satellite after crossing a shadow boundary will be corrected for errors possibly caused by the sudden change in SRP which occurred during the integration step.
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