epicsarchiver_mgmt.commands.statuses
Get the status of a pv.
Attributes
Functions
Get the statuses of PVs from the archiver. |
|
|
Get the statues and print them. |
Module Contents
- epicsarchiver_mgmt.commands.statuses.LOG: logging.Logger[source]
- epicsarchiver_mgmt.commands.statuses.get_statuses_from_archiver(archiver_info: epicsarchiver_mgmt.archiver.info.ArchiverMgmtInfo, pvs: collections.abc.Sequence[str]) epicsarchiver_mgmt.archiver.info.InfoResultList[source]
Get the statuses of PVs from the archiver.
Fetches the statuses in chunks to avoid URL length limits.
- Parameters:
archiver_info (ArchiverMgmtInfo) – The archiver info to use.
- Returns:
The statuses of the PVs.
- Return type: