Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xoa_driver/internals/commands/pl1_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ class GetDataAttr(ResponseBodyStruct):
log_string: str = field(XmpStr())

def get(self) -> Token[GetDataAttr]:
"""Return a log line of either AN (``<_type> = 0``) or LT (``<_type> = 1``) for the given Serdes. (latest 100 lines)
"""Return a log line of ANLT of all serdes on a port. (latest 100 lines)

:return: a log line from AN/LT for the given Serdes.
:rtype: PL1_LOG.GetDataAttr
Expand Down