mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-18 05:21:19 +00:00
fix liquid_handler.biomek handles
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user