Create a calc scalar calculation that uses scripted algorithm in MATLAB (.m or .dll), Perl or VBScript to define its value and rate.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnCalcScalar CreateCalcScalarFromCustomScript( string Name, string Description, string Filepath ); |
| [Managed C++] |
|---|
public: IAgCrdnCalcScalar^ CreateCalcScalarFromCustomScript( String __gc ^ Name, String __gc ^ Description, String __gc ^ Filepath ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnCalcScalar createCalcScalarFromCustomScript( String Name, String Description, String Filepath ); |
[Python - STK API ] |
|---|
def CreateCalcScalarFromCustomScript(self, Name:str, Description:str, Filepath:str) -> "IAgCrdnCalcScalar": |
- Name
- Component's name. The name must not have spaces.
- Description
- Component's optional description.
- Filepath
- A path to a script file.






