Send Functional Raw Diag

Sends raw diag and get all received diagnostic responses on the request.

Arguments Description

payload (Union[list[int], bytes]): Diagnostic payload to be sent.

dut_name (str, optional): The connection name. Defaults to the started DUT.

Returns

list of [Response<Response>: >`]

Example

|${payload}= Create List ${0x22} ${0x01} ${0x02} | Send Functional Raw Diag ${payload} ${dut_name}