Name of external torque (.tq) file. Torque files define a time-ordered list of body-fixed torques to be applied to the satellite.
Read-write property
[Visual Basic .NET] |
---|
Public Property TorqueFile() As String |
[C#] |
---|
public string TorqueFile {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_TorqueFile(); |
[Unmanaged C++] |
---|
public: HRESULT get_TorqueFile( BSTR * pVal ); public: HRESULT put_TorqueFile( BSTR TorqueFile ); |
[Java] |
---|
public String getTorqueFile(); public void setTorqueFile( String ); |