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
Client¶
- class yamcs.client.TimelineClient(ctx: Context, instance: str)¶
Client for working with Yamcs timeline.
- list_items(band: Optional[str] = None, start: Optional[datetime] = None, stop: Optional[datetime] = None, page_size: int = 500) → Iterable[Item]¶
List the items.
- Parameters:
band – Return only items matching the specified band
start – Minimum stop time of the returned items (exclusive)
stop – Maximum start time of the returned items (exclusive)
page_size – Page size of underlying requests. Higher values imply less overhead, but risk hitting the maximum message size limit.