Defining Module Inputs and Module Outputs

To allow model variable values to be used as values in a module, you have to define module variables as either module inputs or module outputs.

Note: You can also define a variable to be neither a module input nor a module output by selecting the Neither option.

To Define a Variable as a Module Input or Module Output

  1. Navigate into the module you want to define a variable as a module input or output for.
  2. Right-click the variable that you want to define, choose Module, and then choose Accept Input, Provide Output, or Neither.

Note: Changing a variable’s input/output definition disconnects any existing assignments made between that variable and another variable.

Concept Link IconSee Also