IEventTiming

Summary

The possible event times of the frame.

Properties

Structure

class IEventTiming
debounce_time

Specification of the time that elapses before the frame can be sent the next time.

Type

decimal

final_repetitions

Number of repetitions the PDU is sent from the moment the send condition has been breached.

Type

uint16 or None

repeating_time_range

Time interval between two subsequent transmissions of the final repetitions.

Type

decimal

send_conditions

Condition (Event) that must be fulfilled by the system or some signals to cause the frame to be sent

Type

Array[str]

signal_triggers

The list of signal triggers.

Type

Array[ISignalTrigger]