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.ItemBand(proto=None)¶
Bases:
Band
Show a selection of timeline items.
- property frozen: bool¶
Fix this line to the top of the view. Frozen bands are always rendered above other bands.
- property space_between_items: int¶
In case of multilining, this indicates the minimum horizontal space between items. If an item does not meet this treshold, it gets rendered on a different line.
- class yamcs.client.TimeRuler(proto=None)¶
Bases:
Band
Displays absolute time, formatted in a timezone of choice.
- property timezone: str¶
IANA timezone name.
Corresponds with the third column of the following table: https://data.iana.org/time-zones/data/zone1970.tab
In addition, the name UTC is supported.