Skip to main content Link Search Menu Expand Document (external link)

<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


Table of contents


Copyright © 2022 Michael Wulf, Washington University in St. Louis, Kepecs Lab. Theme: Just the Docs.