Command
{{ command.qualifiedName | shortName }}
Space system
{{ spaceSystemName }}
{{ alias.namespace }}
{{ alias.name }}
Short description
{{ command.shortDescription || '-' }}
Long Description
Base command
{{ command.baseCommand.qualifiedName }}
-
Abstract
{{ command.abstract }}
Significance
{{ command.significance.reasonForWarning }}
-
Argument assignments
{{ assignment.name}} = {{ assignment.value }}
-
Arguments
Name Description Type Signed Encoding Size in bits Byte order Range Initial value
{{ argument.name || '-' }} {{ argument.description || '-' }} {{ argument.type?.engType }} {{ argument.type?.engType || '-' }} {{ argument.type?.signed ?? '-' }} {{ argument.type?.dataEncoding?.encoding || '-' }} {{ argument.type?.dataEncoding?.sizeInBits | nvl:'-' }} {{ argument.type?.dataEncoding?.littleEndian ? 'Little Endian' : 'Big Endian' }} - {{ argument.initialValue || '-'}}
-
Constraints
Constraint Timeout
{{ constraint.expression }} {{ constraint.timeout || '-' }}
-
Verifiers
Stage Type Ref Check window Relative to On success On fail On timeout
{{ verifier.stage }} Algorithm Container {{ verifier.algorithm.qualifiedName }} {{ verifier.container.qualifiedName }} [{{ verifier.checkWindow.timeToStartChecking || '0' }},{{ verifier.checkWindow.timeToStopChecking || '0' }}] {{ verifier.checkWindow.relativeTo }} {{ verifier.onSuccess || '-' }} {{ verifier.onFail || '-' }} {{ verifier.onTimeout || '-' }}
-
Sequence entries
Type Ref Size in bits Location in bits Reference location
Argument {{ entry.argument.name }} {{ entry.argument.type.dataEncoding.sizeInBits }} Parameter {{ entry.parameter.qualifiedName }} {{ entry.parameter.type.dataEncoding.sizeInBits }} Fixed value {{ entry.fixedValue.name }}: 0x{{ entry.fixedValue.hexValue }} {{ entry.fixedValue.sizeInBits }} {{ entry.locationInBits }} {{ entry.referenceLocation }}
-
-