Yamcs HTTP API
      
    
    
Methods
- 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
- Sdls
- Server
- Services
- Sessions
- Stream Archive
- Table
- Time Correlation
- Time
- Timeline
        
        Related
      
      
        
          
            Yamcs Release Notes
          
        
          
            Yamcs Server Manual
          
        
          
        
        
          
        
          
        
          
            Source Code Documentation
          
        
        
      
      
      Download this Document
    
    
  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;
}
