Algorithm
{{ algorithm.qualifiedName | shortName }}
Space system
{{ spaceSystemName }}
{{ alias.namespace }}
{{ alias.name }}
Description
Description
{{ algorithm.shortDescription || '-' }}
Scope
{{ algorithm.scope || '-' }}
Type
{{ algorithm.type || '-' }}
Language
{{ algorithm.language || '-' }}
Status
  OK {{ status.errorMessage }}
Run count
{{ (status.runCount | number) || '-' }}
Total run time
{{ (status.execTimeNs | nanosDuration) || '-' }}
Average run time
{{ (status.execTimeNs / status.runCount) | nanosDuration }} -
Last run
{{ (status.lastRun | datetime) || '-' }}
Text You may override the MDB algorithm text. Such a change is scoped to the current processor only and will not persist across server restarts.
MDB Override
Postfix Expression
Type Value
Operand {{ el.value }} Operator {{ el.operator }} Operand this Operand {{ el.parameter.qualifiedName }}
Input parameters
Input name Parameter Instance Mandatory
{{ inputParameter.inputName || '-' }} {{ inputParameter.parameter.qualifiedName }} {{ inputParameter.parameterInstance }} check close
-
Output parameters
Output name Parameter
{{ outputParameter.outputName || '-' }} {{ outputParameter.parameter.qualifiedName }}
-
Triggers
Type Value
OnParameterUpdate {{ trigger.qualifiedName }}
OnPeriodicRate {{ algorithm.onPeriodicRate }} ms