The spin rate, i.e. the rate at which the boresight spins about the spin axis, measured in revolutions per minute. The spin is positive in a right-handed sense about the spin axis. Negative rate can be used to create a spin in the opposite direction. Uses AngleRate Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property SpinRate() As Double |
[C#] |
---|
public double SpinRate {get; set;} |
[Managed C++] |
---|
public: __property double get_SpinRate(); |
[Unmanaged C++] |
---|
public: HRESULT get_SpinRate( double * pVal ); public: HRESULT put_SpinRate( double pVal ); |
[Java] |
---|
public double getSpinRate(); public void setSpinRate( double ); |