def enable(element):
"""This parameter allows to enable an element of the active circuit, the element must be specified by name. As a result, this parameter will deliver the string “Ok”."""
return dsslib.CircuitS(ctypes.c_int32(2), element.encode('ascii')).decode('ascii')
评论列表
文章目录