<BeadlArguments> element
The <BeadlArguments> element defines a container for additional <BeadlArgument> elements (see here).
Only one <BeadlArguments> element container is allowed within a <BeadlTrialProtocol> element and it can have zero or more <BeadlArgument> child elements.
...
<BeadlArguments>
<BeadlArgument name="ExampleArgument" expression="123" comment="Description" type="numeric" />
</BeadlArguments>
...
Attributes
- None
Child Elements
<BeadlArgument>element: Definition of values that are being defined outside the trail structure and being passed to it on a trial-by-trial basis.