Dynamic output formats are supported using the "<print>" element. It works as child element of item "item" and allows conditional output formats.
| Parent Element | Element Chain | ||
|---|---|---|---|
| item | /component_viewer/objects/object/out/.../item | ||
| Attributes | Description | Type | Use |
| cond | Conditional execution: element is executed when expression result is not 0. If executed all consecutive "<print>" elements are skipped. Default value is 1. | xs:string | required |
| property | Shown in the Property column of the Component Viewer window. Use specifiers to format the output. | xs:string | required |
| value | Shown in the Value column of the Component Viewer window. Use specifiers to format the output. | xs:string | required |
| 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 |
Example: