ISignalEcu

Summary

Represents a CAN Ecu.

See also

IFrameInstance

IEcu

Properties

Structure

class ISignalEcu
diagnostic_addresses

The list of diagnostic addresses of the ECU.

Type

IReadOnlyList[TpAddress]

ecu_id

Extracts from the database the unique ID of the ECU.

Type

str

input_frames

A list of the input frames of the ECU

Type

List[IFrameInstance]

name

Extracts from the database the name of the ECU.

Type

str

output_frames

A list of the output frames of the ECU

Type

List[IFrameInstance]

response_address

The response addresses of the ECU.

Type

TpAddress

uuid

Extracts from the database the UUID of the ECU.

Type

str