ICluster

Summary

Represent a Cluster

Properties

Structure

class ICluster
bit_counting_policy
Represent the counting policies (MONOTONE or SAWTOOTH )counting.

While monotone counting is strictly geared to the time axis, sawtooth counting inside of a byte is in diametrical opposition to the time. The bits of all frames on this cluster are counted in this way.

Type

str

can_fd_speed

The CAN-FD speed by bps

Type

uint64 or None

channels

Channels of the cluster.

Type

IEnumerable[IChannel]

description

description of the cluster

Type

str

id_string

Cluster ID

Type

str

is_high_low_bit_order
Indicates whether the significance of the bits (in a byte) is decreasing (value=:code:true)

or increasing (value=:code:false) with the time.

Type

bool or None

mac_multicast_groups

Represents the MAC multicast groups list of the cluster

Type

IEnumerable[IMacMulticastGroup]

max_frame_length

Maximal supported length in bytes for frames in this area

Type

uint32 or None

medium

A clusters medium type (ELECTRICAL,OPTICAL,OTHER)

Type

str

name

The Cluster name .

Type

str

num_of_cycles

Total number of cycles until a temporal transmission pattern is repeated

Type

int16 or None

physical_version

The version of the physical used .

Type

str

ports

The Connections ports

Type

IEnumerable[CouplingPort]

protocol_name

The name of the protocol used

Type

str

protocol_version

The version of the protocol used

Type

str

speed

The Channel speed in bps.

Type

uint64

uuid

Cluster UUID

Type

str