Description
The time required to change attitude
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property SlewTime() As Double
|
[C#] |
---|
public double SlewTime {get; set;}
|
[Managed C++] |
---|
public: __property double get_SlewTime(); public: __property void set_SlewTime(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_SlewTime(
double * pVal
);
public: HRESULT put_SlewTime(
double SlewTime
);
|
[Java] |
---|
public double getSlewTime();
public void setSlewTime(
double
);
|
[Python - STK API] |
---|
@property
def SlewTime(self) -> float:
@SlewTime.setter
def SlewTime(self, SlewTime:float) -> None:
|
See Also