/  Yamcs HTTP API  /  Time  /  Set Time

Set TimeΒΆ

Set (simulation) time of an instance

URI Template

POST /api/instances/{instance}:setTime
{instance}

Yamcs instance name

Request Body

interface SetTimeRequest {
  time0: string;  // RFC 3339 timestamp
  elapsedTime: string;  // String decimal
  speed: number;
}