<BeadlEvents>
element
The <BeadlEvents>
element defines a container for specifying all the different events within the BEADL task protocol that could potentially trigger state transitions.
Only one <BeadlEvents>
element container is allowed within a <BeadlTrialProtocol>
element and it can have zero or more <HardwareEvent>
or <VirtualEvent>
child elements.
...
<BeadlEvents>
<HardwareEvent eventName="Event1" connection="ConnectionName.Source" type="" comment="" />
<VirtualEvent eventName="Event2" connection="VirtualEventName.expression" type="" comment="" />
</BeadlEvents>
...
Attributes
- None
Child Elements
<HardwareEvent>
element: Definition of events derived from inputs or other entities defined by the used hardware resources.<VirtualEvent>
element: Definition of events derived from virtual entities.