Create a scalar calculation defined by evaluating the input scalar calculation at the specified reference time instant.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnCalcScalar CreateCalcScalarFixedAtTimeInstant( string Name, string Description ); |
| [Managed C++] |
|---|
public: IAgCrdnCalcScalar^ CreateCalcScalarFixedAtTimeInstant( String __gc ^ Name, String __gc ^ Description ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnCalcScalar createCalcScalarFixedAtTimeInstant( String Name, String Description ); |
[Python - STK API ] |
|---|
def CreateCalcScalarFixedAtTimeInstant(self, Name:str, Description:str) -> "IAgCrdnCalcScalar": |
- Name
- Component's name. The name must not have spaces.
- Description
- Component's optional description.






