specifyOutput
Description
specifyOutput(
explicitly maps the HDL port named cosimConfigObj
,name
)name
as an output in the generated
block or System object™. The attributes for the output inherit default values from the
'default_output_definition'
row of the OutputDataPorts
table.
specifyOutput(__ ,
sets properties
using one or more name-value arguments in addition to the input arguments in the previous
syntax. Unspecified arguments inherit the value from
Name=Value
)'default_output_definition'
.
To change the default output attributes, specify values for the
'default_output_definition'
.
specifyOutput(__ ,
clears the
definition for the output port (or ports) specified in name
,[])name
. For example:
specifyOutput(c,out1,[])
clears the definition for the output named
out1
in the OutputDataPorts
table.
Input Arguments
Version History
Introduced in R2022b