Python Yamcs Client
- General Client
- Mission Database
- TM/TC Processing
- Archive
- Link Management
- Object Storage
- File Transfer
- Time Correlation (TCO)
- Timeline
- Examples
Related
Download this Document
Model¶
- class yamcs.client.TCOStatus(proto)¶
Bases:
object
TCO Status
- property coefficients: Optional[TCOCoefficients]¶
Current coefficients. Or
None
if the synchronization is not yet established.
- class yamcs.client.TofInterval(start: datetime, stop: datetime, polynomial: List[float])¶
Bases:
object
ToF interval for the ERT range
[start, stop]
, specifying a polynomial function of the form: tof = a + bx + cx^2 + … where x is ERT minus the provided start date.- Parameters:
start – ERT start
stop – ERT stop
polynomial – Coefficients in the order
[a, b, c, ...]