- General Information
- Server Administration
- Mission Database
- Data Management
- Data Links
- Processors
- Commanding
- Services
- Security
- Web Interface
- Programs
Yamcs Release Notes
Yamcs HTTP API
Source Code Documentation
Parameters SheetΒΆ
This sheet contains parameter information.
Recognised column names are:
parameter name
(required)The name of the parameter within the space system.
data type
(required)Reference to a data type define in the DataTypes sheet.
description
Textual description of the parameter. Should be one line.
long description
Long textual description of the parameter. In Markdown format.
namespace:<ALIAS>
Any numbers of namespace columns can be added using the prefix
namespace:
followed by the name of a namespace.This allows associating alternative names to parameters.
initial value
Initial (default) value of this parameter. If present, this overrides any initial value set on the referenced
data type
.The value must be understandable for the used engineering type.
For binary, use a hexadecimal notation.
For booleans, use a value of
true
orfalse
.For arrays, specify a value in JSON format:
[-3, -2.4, 5]
.For aggregates, specify a value in JSON format:
{member1: 1, member2: 2}
.flags
The only recognized flag is
p
which sets the parameter as persistent - that means its value will be saved and restored when the Yamcs restarts. For this to work, the realtime processor has to be configured (in processor.yaml) withpersistParameters: true