ChannelCAN
Summary
Represents a CAN(FD) Channel Adapter object.
- Methods
- Properties
Structure
- class ChannelCAN
- create_transmit(messages: IList, repeat: uint32 or None) Transmission
Starts the transmission of a burst of messages using a specific period of time between them. Useful to write load/stress tests.
- Parameters
- Returns
The object created for the transmission
- Return type
- start_record(file: str, filter: Filter = None) IRecordHandler
Starts recording the traffic on the adapter to an output file.
- Parameters
- Returns
The record handler responsible for recording.
- Return type
- stop_record()
stops capturing transmission