更新UCD-API库及文档
This commit is contained in:
@@ -237,6 +237,12 @@ class PdcControls500(PdcControlsBase):
|
||||
super().__init__(pdc_io)
|
||||
self.__io = pdc_io
|
||||
|
||||
def reset(self):
|
||||
"""
|
||||
Reset device.
|
||||
"""
|
||||
self.__io.write_hw_command(HWControlCommand.ResetPDController)
|
||||
|
||||
def reconnect(self) -> bool:
|
||||
"""
|
||||
Reconnect device.
|
||||
|
||||
Reference in New Issue
Block a user