AtmFlux | Flux values used by density models, evaluated at the requested time. No time lags are incorporated. |
AtmFluxLags | The lag times (in secs), relative to the current epoch, at which the density flux values are evaluated. |
AtmFluxLags_Array | The lag times (in secs), relative to the current epoch, at which the density flux values are evaluated, returned as an array of F10.7 lag, geo flux lag. |
AtmFlux_Array | Flux values used by density models, evaluated at the requested time, returned as an array representing F10.7, AvgF10.7, Ap, DailyAp, Kp, DailyKp. No time lags are incorporated. |
AugmentedAtmFlux | Augmented flux values used by density models, evaluated at the requested time. No time lags are incorporated. |
AugmentedAtmFlux_Array | Augmented flux values used by density models, evaluated at the requested time, returned as an array representing F10.7, AvgF10.7, M10.7, AvgM10.7, S10.7, AvgS10.7, Y10.7, AvgY10.7, DstDTc. No time lags are incorporated. |
ConstAugAtmFlux | This method is deprecated. Use CurrentAugmentedAtmFlux instead. Constant augmented flux values used by the density model. |
CurrentAtmFlux | Flux values used by the density model, evaluated at the current time using model supplied time lags. |
CurrentAtmFlux_Array | Flux values used by the density model, evaluated at the current time using model supplied time lags, returned as an array representing F10.7, AvgF10.7, Ap, DailyAp, Kp, DailyKp. |
CurrentAugmentedAtmFlux | Augmented flux values used by the density model, evaluated at the current time using model supplied time lags. |
CurrentAugmentedAtmFlux_Array | Augmented flux values used by the density model, evaluated at the current time using model supplied time lags, returned as an array representing M10.7, AvgM10.7, S10.7, AvgS10.7, Y10.7, AvgY10.7, DstDTc. |
Date | This method is deprecated. Use DateElements instead. Current epoch in requested time scale expressed in date format. |
DateElements | Current epoch in requested time scale expressed in date format. Year [yyyy], DayOfYear [1-366], Month [1-12], DayOfMonth [1-31], Hour [0-23], Minute [0-59], Seconds [0-60]. |
DateElements_Array | Current epoch in requested time scale expressed in date format returned as the array: Year [yyyy], DayOfYear [1-366], Month [1-12], DayOfMonth [1-31], Hour [0-23], Minute [0-59], Seconds [0-60]. Useful for scripting clients. |
DateString | Current epoch expressed using the date format abbreviation specified. |
Date_Array | This method is deprecated. Use DateElements_Array instead. Current epoch in requested time scale expressed in date format returned as an array representing year [yyyy], dayOfYear, month [0-11], hour [0-23], minute [0-59], seconds. |
DayCount | Current epoch in requested time scale expressed in day count format. |
DayCount_Array | Current epoch in requested time scale expressed in day count format returned as an array representing wholeDays, secsIntoDay. Useful for scripting clients. |
GetInputValue | Gets the value of an input to the plugin in internal units. |
LatLonAlt | Current detic latitude (radians), detic longitude (radians), and altitude (meters). |
LatLonAlt_Array | Current detic latitude (radians), detic longitude (radians), and altitude(meters) returned as an array representing lat, lon, alt. Useful for scripting clients. |
ParameterValue | Parameter value for a registered parameter with indicated index. Uses internal units. |
PosVel | Current position (meters) and velocity (meters/second). |
PosVel_Array | Current position (meters) and velocity (meters/second) returned as an array representing X, Y, Z, VX, VY, VZ. Useful for scripting clients. |
SetDensity | Sets the Density for the model |
SetParameterOutputValue | Sets the value of a parameter output of the plugin in internal units. |
SetParameterPartialDerivative | Set value of partial derivative of density with respect to parameter value for a registered parameter with indicated index. Required for parameter estimation. Uses internal units. |
SetPressure | Sets the Pressure for the model |
SetTemperature | Sets the Temperature for the model in Kelvin |
SunPosition | Position of the sun in meters wrt the current satellite position, in the requested frame, computed in the requested manner. |
SunPosition_Array | Position of the sun in meters wrt the current satellite position, in the requested frame, computed in the requested manner, returned as an array representing x, y, z. Useful for scripting clients. |
Trace | Set this interface to trace the next numCalls by outputting a message to the message viewer. |