Name

isOutput — Flag to identify non-obvious output signals from model

Content model

isOutput : 
     EMPTY

Attributes

NONE

Description

Optional isOutput element signals a variable that should be forced to be an output, even if it is used as an input elsewhere. Otherwise, using program should assume a signal defined with no calculation is an input; a signal defined with a calculation but not used elsewhere is an output; and a signal defined as a calculation and used subsequently in the model is an internal signal.

Possible parents

variableDef

Allowable children

NONE