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.

Divide by zero action

Specifies the output value if the divisor is zero. The alternatives are:

  1. Zero - The output becomes zero
  2. NaN - The output becomes NaN (not a number).
  3. Infinity - The value is either positive or negative infinity, depending on the dividend.
  4. PortValue - The value is retrieved from a port.