AGI STK VGT 11 Send comments on this topic.
IAgCrdnCalcScalarFunction Interface

Description

Defined by performing the specified function on the input scalar or time instant.

Object Model





Public Properties

Public Property A The constant coefficient A.
Public Property AvailableFunctions Get the available function names.
Public Property B The constant coefficient B.
Public Property C The constant coefficient C.
Public Property Coefficients The array of constant coefficients, whose dimension and units are determined by those of input and output.
Public Property Convergence The Convergence definition, which uses time tolerance to determine when time of extremum is found.
Public Property D The constant coefficient D.
Public Property InheritDimensionFromInput Specify whether to inherit the output dimension from the input scalar or time instant.
Public Property InputScalar The input scalar calculation (used if UseScalar is true).
Public Property InputTime The input time instant (used if UseScalar is false).
Public Property OutputDimension The output dimension. Use any of STK supported dimensions. This value will be used if InheritDimensionFromInput is false.
Public Property OutputUnit Specify a unit for the selected output dimension. This is not used for internal computations or reporting/graphing but is needed to unambiguously interpret units of associated coefficients.
Public Property Sampling The Sampling definition, which can use a fixed step, relative tolerance or curvature tolerance. Relative tolerance uses a combination of relative and absolute changes in scalar values between samples. Curvature tolerance also uses changes in slope between samples.
Public Property SelectedFunction The function which will use the input scalar or time instant in some combination with the constant coefficients A, B, C, D.
Public Property UseScalar Specify whether to use the input scalar calculation or the time elapsed from the input time instant. Set to true to use the scalar.

CoClasses that Implement IAgCrdnCalcScalarFunction

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1