<BeadlActions> element
The <BeadlActions> element defines a container for specifying all the different actions within the BEADL task protocol that could potentially be used.
Only one <BeadlActions> element container is allowed within a <BeadlTrialProtocol> element and it can have zero or more <HardwareAction> or <VirtualAction> child elements.
...
<BeadlActions>
<HardwareAction eventName="Action1" connection="ConnectionName.Sink" type="" comment="" />
<VirtualAction eventName="Action2" connection="VirtualEventName.expression" type="" comment="" />
</BeadlActions>
...
Attributes
- None
Child Elements
<HardwareAction>element: Definition of actions that are using output entities defined by the used hardware resources.<VirtualAction>element: Definition of actions that are using virtual entities.