/  Yamcs HTTP API  /  Time Correlation  /  Get Config

Get ConfigΒΆ

Get the TCO config

Returns the TCO configuration comprising the accuracy, validity and the fixed delays.

URI Template

GET /api/tco/{instance}/{serviceName}/config
{instance}

Yamcs instance name.

{serviceName}

service name.

Response Type

interface TcoConfig {
  accuracy: number;
  validity: number;
  onboardDelay: number;
  defaultTof: number;
}