Class in Zendir.Classes | Inherits from UniverseModel

Declaration

class TransmitterPacketCorruptionErrorModel;

Description

The Transmitter Packet Corruption Error Model introduces configurable packet corruption to a Transmitter component. This model simulates bit errors that occur during data transmission due to channel noise, interference, or hardware imperfections. By attaching this model to a transmitter, users can evaluate system robustness to data corruption and test error detection and correction mechanisms at higher protocol layers.


Properties

DeclaredDescription
PacketCorruptionFractionThe fraction between 0 and 1 that a particular packetwill be corrupted.
InheritedDescription
IsEnabledIs true if the object is currently enabled.
NameThe display name or tag of this object.
ParentThe currently attached parent object.

Methods

InheritedDescription
FindParentWithIDReturns an attached parent that satisfies the specified ID.
FindParentWithTypeReturns an attached parent that satisfies the specified type.
FindRootWithIDReturns a root object that satisfies the specified ID.
FindRootWithTypeReturns a root object that satisfies the specified type.