Outputs a single line. Child elements create a display block [+] in the Component Viewer. The attribute property and attribute value can consist of ASCII characters and format specifiers.
| Parent Element | Element Chain | ||
|---|---|---|---|
| out | /component_viewer/objects/object/out | ||
| list | /component_viewer/objects/object/out/.../list | ||
| item | /component_viewer/objects/object/out/.../item (self reference) | ||
| Attributes | Description | Type | Use |
| property | Shown in the Property column of the Component Viewer window. Use specifiers to format the output. | xs:string | optional |
| value | Shown in the Value column of the Component Viewer window. Use specifiers to format the output. | xs:string | optional |
| info | Descriptive text, comment. Shown when hovered over the item in the Component Viewer window. | xs:string | optional |
| cond | Conditional execution: element is executed when expression result is not 0. Default value is 1. | xs:string | optional |
| bold | Output in the Value column is displayed in bold when expression result is not 0. Default value is 0. See also alert and bold output. | xs:string | optional |
| alert | Output in the Value column is displayed in red when expression result is not 0. Default value is 0. See also alert and bold output. | xs:string | optional |
| Child Element | Description | Type | Occurrence |
| item | Output a single line. An <item> in an <item> creates a tree structure in Component Viewer. | ItemType | 0..* |
| list | Read complex variables, arrays, or linked lists. Walk through readlist arrays. | ListType | 0..* |
| Use different output formats for single line output lines. See Dynamic output formats. | PrintType | 0..* | |
Example: