Algorithm
{{ algorithm.qualifiedName | shortName }}
Space System
{{ spaceSystemName }}
{{ alias.namespace }}
{{ alias.name }}
Short Description
{{ algorithm.shortDescription || '-' }}
Long Description
Scope
{{ algorithm.scope || '-' }}
Type
{{ algorithm.type || '-' }}
Language
{{ algorithm.language || '-' }}
Text
{{ algorithm.text }}
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
-