def set_active_bus(bus):
"""This parameter allows to activate a bus of the active circuit, the bus must be specified by name. As a result, this parameter will deliver a string with the index of the active Bus."""
return dsslib.CircuitS(ctypes.c_int32(4), bus.encode('ascii')).decode('ascii')
评论列表
文章目录