isOutput — Flag to identify non-obvious output signals from model
isOutput : EMPTY
NONE |
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.
variableDef |
NONE |