STK ObjectsSend comments on this topic.
TorqueFile Property (IAgVeTorque)
See Also
Windows





Windows & Linux

Description

Name of external torque (.tq) file. Torque files define a time-ordered list of body-fixed torques to be applied to the satellite.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TorqueFile() As String
[C#]
public string TorqueFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_TorqueFile();
public: __property void set_TorqueFile( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_TorqueFile(
    BSTR * pVal
);
public: HRESULT put_TorqueFile(
    BSTR TorqueFile
);
[Java]
public String getTorqueFile();
public void setTorqueFile(
    String
);
[Python - STK API ]
@property
def TorqueFile(self) -> str:

@TorqueFile.setter
def TorqueFile(self, TorqueFile:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.