Get Queue

Gets the queue of PDUs for the specified channel, frame, and PDU.

Arguments Description

channel_name (str): The name of the channel to get the queue from. frame_id (str): The ID of the frame to get the queue for. pdu_name (str): The name of the PDU to get the queue for. on_change (bool, Optional): Whether to trigger on change. Defaults to False.

Returns

list: The queue of PDUs.

Example

get_queue(“CAN_IPB_1”, “0x2DC”, “LogicalDriveSeatStatusDriver”, True)

Note

Ensure the channel, frame, and PDU names are correctly specified.