Validate Lin Schedule Table
validate lin schedule table. This method checks the LIN schedule table for the specified channel against the expected duration and tolerance to ensure proper timing configuration.
Arguments Description
channel_name (str): LIN channel name scheduler_table_name (str): The name of the LIN schedule table to validate.
duration_in_ms (int): The expected duration of the schedule table execution in milliseconds.
tolerance_in_us (int): The acceptable tolerance for the schedule table execution duration in microseconds.
Returns
bool: True if the lin schedule table is validate successfully; otherwise, False.
Example
Validate Lin Schedule Table ${channel_name} ${scheduler_table_name} ${duration_in_ms} ${tolerance_in_us}