Create a scalar calculation that is the time elapsed since a reference time instant.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnCalcScalar CreateCalcScalarElapsedTime( string Name, string Description ); |
| [Managed C++] |
|---|
public: IAgCrdnCalcScalar^ CreateCalcScalarElapsedTime( String __gc ^ Name, String __gc ^ Description ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnCalcScalar createCalcScalarElapsedTime( String Name, String Description ); |
[Python - STK API ] |
|---|
def CreateCalcScalarElapsedTime(self, Name:str, Description:str) -> "IAgCrdnCalcScalar": |
- Name
- Component's name. The name must not have spaces.
- Description
- Component's optional description.






