- yamcs
- yamcs alarms
- yamcs algorithms
- yamcs commands
- yamcs config
- yamcs containers
- yamcs dbshell
- yamcs events
- yamcs instances
- yamcs links
- yamcs login
- yamcs logout
- yamcs packets
- yamcs parameter-archive
- yamcs parameters
- yamcs processors
- yamcs rocksdb
- yamcs services
- yamcs space-systems
- yamcs storage
- yamcs streams
- yamcs tables
yamcs parameters¶
Description¶
Desription¶
Manage parameters.
Commands¶
- list
List parameters
- describe <PARAMETER>
Describe a parameter
- get <PARAMETER>
Get a parameter's value
- set <PARAMETER> <VALUE>
Set a parameter's value (unless this is a readonly parameter).
- export-csv <PARAMETER>
Export parameter values in CSV format
Options¶
- --processor <PROCESSOR>¶
With
get
andset
, specifies the name of the target processor.Default is
realtime
.
- --next¶
With
get
, wait for the next parameter value to be processed by Yamcs.If not set, the latest received value is returned.
- --timeout <TIMEOUT>¶
With
get
, this indicates the maximum time to wait for a new value if thenext
option is used.
- --date <DATE>¶
Value time. If unspecified, defaults to mission time.
When parsing timestamps, yamcs-cli accepts a specification in ISO format. The following special patterns are also recognised:
now
: current timenow UTC
: current UTC timetoday
: 00:00:00 of the current daytoday UTC
: 00:00:00 UTC of the current dayyesterday
: 00:00:00 of the day beforeyesterday UTC
: 00:00:00 UTC of the day beforetomorrow
: 00:00:00 of the next daytomorrow UTC
: 00:00:00 UTC of the next day
- --interval <INTERVAL>¶
With
export-csv
, limit values to max one per interval (in seconds).
- -s <DATE>, --since <DATE>¶
With
export-csv
, include values not older than the specified date.The date should be specified in ISO format or as detailed under Timestamps.
- -u <DATE>, --until <DATE>¶
With
export-csv
, include values not newer than the specified date.The date should be specified in ISO format or as detailed under Timestamps.
Timestamps¶
When parsing timestamps, yamcs-cli accepts a specification in ISO format. The following special patterns are also recognised:
now
: current timenow UTC
: current UTC timetoday
: 00:00:00 of the current daytoday UTC
: 00:00:00 UTC of the current dayyesterday
: 00:00:00 of the day beforeyesterday UTC
: 00:00:00 UTC of the day beforetomorrow
: 00:00:00 of the next daytomorrow UTC
: 00:00:00 UTC of the next day