Yamcs HTTP API
- Activities
- Alarms
- Audit
- Buckets
- Clearance
- Commands
- COP-1
- Database
- Events
- File Transfer
- IAM
- Indexes
- Instances
- Links
- MDB Override
- MDB
- Packets
- Parameter Archive
- Parameter Lists
- Parameter Values
- Processing
- Queues
- Replication
- RocksDB
- Server
- Services
- Sessions
- Stream Archive
- Table
- Time Correlation
- Time
- Timeline
Related
Yamcs Release Notes
Yamcs Server Manual
Source Code Documentation
Download this Document
Set CoefficientsΒΆ
Set the TCO coefficients
Manually set the coefficients to be used for time correlation. These will overwrite the automatic computed coefficients.
URI Template
POST /api/tco/{instance}/{serviceName}/coefficients
{instance}
Yamcs instance name.
{serviceName}
Service name.
Request Body
interface TcoCoefficients {
utc: string; // RFC 3339 timestamp
obt: string; // String decimal
gradient: number;
offset: number;
}