pyslk.tape_status

Contents

pyslk.tape_status#

pyslk.tape_status(tape: int | str, details: bool = False) str | None#

Check the status of a tape

Parameters:
  • tape (int or str) – id or barcode of a tape in the tape library

  • details (bool) – print a more detailed description of the retrieval status

Returns:

status of the tape; None if tape does not exist

Return type:

str or None