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:
objectTCO Status
- property coefficients: TCOCoefficients | None¶
Current coefficients. Or
Noneif the synchronization is not yet established.
- class yamcs.client.TofInterval(start: datetime, stop: datetime, polynomial: List[float])¶
Bases:
objectToF 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, ...]