Define the time required for the vehicle to move from its basic attitude to its target pointing attitude, and to change from the target pointing attitude back to the basic attitude.
Read-only property
[Visual Basic .NET] |
---|
Public Property TargetSlew() As IAgVeAttTargetSlew |
[C#] |
---|
public IAgVeAttTargetSlew TargetSlew {get;} |
[Managed C++] |
---|
public: __property IAgVeAttTargetSlew ^ get_TargetSlew(); |
[Unmanaged C++] |
---|
public: HRESULT get_TargetSlew( IAgVeAttTargetSlew ** ppRetVal ); |
[Java] |
---|
public IAgVeAttTargetSlew getTargetSlew(); |
[Python - STK API ] |
---|
@property def TargetSlew(self) -> "IAgVeAttTargetSlew": |