/  Yamcs HTTP API  /  COP-1  /  Disable

DisableΒΆ

Disable COP-1 operation

This causes the sent queue to be purged. All TCs from the wait queue, as well as newly received TCs are sent immediately

URI Template

POST /api/cop1/{instance}/{link}:disable
{instance}

Yamcs instance name.

{link}

Link name.

Request Body

interface DisableRequest {

  // If true, all transmitted frames while COP1 is disabled, have the bypass flag set
  setBypassAll: boolean;
}