fix liquid_handler.biomek handles

This commit is contained in:
Junhan Chang
2025-06-07 18:52:20 +08:00
parent c7b9c6a825
commit 8698821c52
5 changed files with 93 additions and 7 deletions

View File

@@ -93,6 +93,15 @@ class LiquidHandlerBiomek(LiquidHandlerAbstract):
def deserialize(cls, data: dict, allow_marshal: bool = False) -> LiquidHandler:
return LiquidHandler.deserialize(data, allow_marshal)
@property
def success(self):
"""
获取操作是否成功的状态。
Returns:
bool: 如果操作成功返回True否则返回False。
"""
return self._success
def create_protocol(
self,