From 54c6a8493fcf381c2d607691a800a34c47dc7ef5 Mon Sep 17 00:00:00 2001 From: Leonard Yu Date: Tue, 10 Oct 2023 09:32:36 +0200 Subject: [PATCH] Fix PL1_LOG description --- xoa_driver/internals/commands/pl1_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xoa_driver/internals/commands/pl1_commands.py b/xoa_driver/internals/commands/pl1_commands.py index 2a01eff1..b596909b 100644 --- a/xoa_driver/internals/commands/pl1_commands.py +++ b/xoa_driver/internals/commands/pl1_commands.py @@ -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