Properties
Name
The name of the ModFrame component. This name will be visible below the ModFrame component in the ModFrame Client configuration panel.
The name of a ModFrame component must be unique within the container it resides in. |
Triggering
The triggering parameter decides how to initiate a transaction. The triggering is controlled by an input port named Trigger, and the value of this port decides if a transaction should occur or not. There are several triggering options available:
- Digital rising flank: The trigger port type is boolean and triggering occurs on positive flanks on the port value.
- Digital falling flank: The trigger port type is boolean and triggering occurs on negative flanks on the port value.
- Digital flanks: The trigger port type is boolean and triggering occurs on both positive and negative flanks on the port value.
- Digital high: The trigger port type is boolean and triggering occurs on every time step as long as the port value is true.
- Digital low: The trigger port type is boolean and triggering occurs on every time step as long as the port value is false.
- Analog change: The trigger port type is analog and triggering occurs when the analog port value changes.
- Analog change discard zero: The trigger port type is analog and triggering occurs when the analog port value changes, except of transitions to zero.
- String change: The trigger port type is string and triggering occurs when the string port value changes.
- String change discard blanks: The trigger port type is string and triggering occurs when the string port value changes except of transitions to blank strings.
Trigger delay
This parameter makes it possible to delay the trigger signal, i.e. perform the triggered action a specific number of time steps after the trigger signal occurred. When the value is 0 or negative there is no delay, when > 0 the value indicates how many time steps to delay the triggered action.
Probability Input
This parameter decides if the probability input is a vector of specific probabilities for each material, or a scalar probability that shall be assigned to all the materials.