Public Member Functions | |
def | __init__ |
def | find_ronexes |
def | load_and_start_ctrl |
def | set_param |
Load the passthrough controllers for all the RoNeXes present on the bus.
Definition at line 26 of file load_passthrough_controllers.py.
Definition at line 31 of file load_passthrough_controllers.py.
Find the ronexes present on the system @return a list of ronex_ids
Definition at line 40 of file load_passthrough_controllers.py.
def load_passthrough_controllers.LoadPassthroughControllers.load_and_start_ctrl | ( | self, | |
ronex_ids | |||
) |
Load and start the passthrough controllers for the list of given ronexes. @param ronex_ids the ids of the ronexes
Definition at line 92 of file load_passthrough_controllers.py.
def load_passthrough_controllers.LoadPassthroughControllers.set_param | ( | self, | |
ronex_ids | |||
) |
Load the parameters for the present ronexes into the parameter server @param ronex_ids the ids of the ronexes
Definition at line 65 of file load_passthrough_controllers.py.