Determines the setting used to reset a port signal.
<expressions> <htmlpage> <page>
This is a collection property that returns items from a list of expressions associated with the element.
The following displays the value of expression in a text stimulus:
<text sometext>
/ items= ("expression = <% expressions.expression %>")
</text>
The following displays the value of expression in an instruction page:
<page somepage>
expression = <% page.feedback.expression %>
</page>