ISignalGroupInstance

Summary

Represents a Signal Group Instance.

See also

ISignalGroup

Properties

Structure

class ISignalGroupInstance
bit_position

Gets the bit position.

Type

uint32

channel

The information related to the channel.

Type

IChannel

is_high_low_byte_order

Gets bool value whether the byte order is low or high.

Type

bool or None

name

The name of the Signal Group

Type

str

signal_group

Get the correspond signal_group of signal instance group

Type

ISignalGroup

signals

The set of signals that shall always be kept together.

Type

IEnumerable[ISignal]

update_bit_position
Indicates to the receivers that the signal group was updated by the sender.

Length is always one bit. The attribute describes the position of the update bit within the PDU.

Type

uint32 or None

uuid

The UUID of the Signal Group.

Type

str