STK AviatorSend comments on this topic.
ControlTimeConstant Property (IAgAvtrProcedureBasicManeuver)
See Also
Windows





Windows & Linux

Description

A smoothing constant for the performance of control surfaces.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ControlTimeConstant() As Double
[C#]
public double ControlTimeConstant {get; set;}
[Managed C++]
public: __property double get_ControlTimeConstant();
public: __property void set_ControlTimeConstant( double );
[Unmanaged C++]
public: HRESULT get_ControlTimeConstant(
    double * pVal
);
public: HRESULT put_ControlTimeConstant(
    double newVal
);
[Java]
public double getControlTimeConstant();
public void setControlTimeConstant(
    double
);
[Python - STK API ]
@property
def ControlTimeConstant(self) -> float:

@ControlTimeConstant.setter
def ControlTimeConstant(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.