Class in Zendir.Classes | Inherits from UniverseModel

Declaration

class SignalTrigger;

Description

Model that monitors an electrical signal and triggers when a specified condition is met in the signal state. Can be used to detect events such as rising or falling edges in digital signals to trigger actions.


Properties

DeclaredDescription
In_ElectricalSignalMsgThe Signal message containing the current information of theinput signal to be monitored
IsTriggeredIndicates whether the trigger condition has been met
TrackedControlTypeThe control type that the signal trigger should track. The trigger will only activateif the input signal’s ControlType matches this value.
TriggerConditionThe condition under which the signal trigger activates
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.