LinSlavesManager
- class mtf.network_port.lin_slaves_manager.LinSlavesManager
- LIN master slave simulation manager - __init__()
 - slave(channel_name, nad) LinSlaveSimulation
- Creates a slave object for each couple channel_name, NAD - Args:
- channel_name (str): LIN channel name nad (int): master Node Address 
- Returns:
- LinSlaveSimulation: class object 
 
 - clean_up_simulation(channel_name, nad)
 - clean_up()
- Clean up all controller instances. - Return:
- bool 
 
 - static __new__(cls, *args, **kwargs)
- Initialize a new instance of the ControllerBase. - The instance will be automatically added to the list of controllers. 
 - classmethod controllers_cleanup()
- Clean up all controller instances. - Calls the clean_up() method for each instance.