def set_active_nbus(index):
"""This parameter sets active the bus specified by index, which is compatible with the index delivered by AllBusNames, returns 0 it everything ok."""
return dsslib.CircuitI(ctypes.c_int32(9), ctypes.c_int32(index))
评论列表
文章目录