IFrameInstance

Summary

Full frame network information

Properties

Structure

class IFrameInstance
base_cycle

FlexRay base cycle of the frame.

Type

uint8 or None

can_frame_rx_behaviour

the can frame Rx behavior of the frame triggering.

Type

str

can_frame_tx_behaviour

the can frame Tx behavior of the frame triggering.

Type

str

channel

Channel the frame being triggered

Type

IChannel

cluster

Cluster the frame being triggered

Type

ICluster

cycle_repetition

FlexRay cycle repetition of the frame.

Type

uint8 or None

dst

The destination Network configuration of NPDU messages. It can be ip, port and protocol

Type

INetworkConfiguration

e2e

Configuration of End-to-End Communication Protection

Type

IE2EInformation

frame

Frame being triggered

Type

IFrame

frame_triggering

Represents a Frame Triggering for an input port or an output port.

Type

IFrameTriggering

frame_type

The type of the frame.

Type

FrameType

id

The id of the frame.

Type

uint32 or None

length

The byte length of the frame.

Type

uint32

name

The name of the item.

Type

str

pdu_collection_pdu_timeout

Defines the timeout in seconds the PDU collection shall be transmitted at the latest after this PDU has been put into the buffer.

Type

float or None

pdu_collection_trigger

The pdu collection trigger of NPDU messages.

Type

str

pdu_instances

The mapping to the pdus of the frame.

Type

Array[IPduInstance]

pdu_triggering

Represents a Pdu Triggering for an input port or an output port for PDU databases.

Type

IPduTriggering

protocol_version

The LIN protocol version.

Type

decimal or None

signal_activation_configs

A list of the states on which the signals of the frame are activated.

Type

List[ISignalActivation]

signals

The signals list of the frame.

Type

ICollection[ISignalInstance]

src

The source Network configuration of NPDU messages. It can be ip, port and protocol

Type

INetworkConfiguration

timing

Configuration of timing parameters

Type

IPduTiming

uuid

The uuid of the frame.

Type

str