epicsarchiver.write.search_format ================================= .. py:module:: epicsarchiver.write.search_format .. autoapi-nested-parse:: Terminal table formatter for PV name search results. Classes ------- .. autoapisummary:: epicsarchiver.write.search_format.SearchTable Module Contents --------------- .. py:class:: SearchTable Formats a list of PV names into a Rich Table for the search command. .. py:attribute:: pvs :type: list[str] .. py:attribute:: start :type: datetime.datetime | None .. py:attribute:: end :type: datetime.datetime | None .. py:method:: _search_table_title() -> str .. py:method:: _create_pv_name_table(title: str) -> rich.table.Table .. py:method:: render() -> rich.table.Table Return a Rich Table of PV names. .. py:method:: write() -> None Print the search results table to the terminal.