Filter Parameter and File Parameter Mappings

You can change the mapping information that is displayed on the Mappings subtab by filtering the mappings. Filtering can be helpful when viewing numerous mappings or when attempting to locate a specific mapping.

  1. From the Design Gateway, select a model.

  2. Click the Dataflow tab, and click the Mappings subtab.

  3. If you want to filter on the parameter or file parameter name, type a name in the Name text box.

    Isight filters the list and displays the parameters and file parameters matching the name entered according to the following rules:

    • The entered name is matched as a prefix. For example, the entry Wing matches parameters or file parameters named WingSpan, and WingArea, but not parameters or file parameters named SpanWing or AreaWing.

    • The entered name can contain wildcard characters, such as ? (matching any one character) and * (matching zero or more characters). For example, Wing is treated implicitly as Wing*.

    • The entered name is matched against top-level parameters and file parameters only, unless one or more periods (.) are entered. In that case, the name is treated as an aggregate member path, and the period-delimited substrings are matched separately.

  4. If you want to filter on the mode, select a mode (All, Input, Output, InOut, or Local) from the Mode list.

    For more information on these settings, see About Parameters or About File Parameters.

  5. If you want to filter on the type, select a type (Boolean, Integer, Real, or String) from the Type list.

    For more information on these settings, see About Parameters.