Stop Simulations

Allows stopping multiple simulations.

Arguments Description

ecu_list (list[str], optional): list of ecus for simulations to be stopped

Returns

bool: True if there is no problem appearing while executing the function. False otherwise.

Example

${ecu_list}= Create List ${EcuName1} ${EcuName2}
Stop Simulations ${ecu_list}