To add an Export for Simulink® feature node to the COMSOL Multiphysics model using the COMSOL API, enter the command:
where <simtag> is a string that set the tag of the feature node.
where <filename> is a string that defines the name of the file.
where <name> is a string that defines the parameter name used as input, and
idx an integer that defines the input number.
where value is the desired initial value of input for the cosimulation.
where idx is the index of the input to remove.
where idx is the index of the input to move and
relativeChange an integer corresponding to the relative position change (negative for upward change, positive for downward change).
where <name> is a string that defines the parameter name used as block parameter, and
idx an integer.
where idx is the index of the block parameter to remove.
where <expr> is a string that defines the output expression, and
idx the index position.
where <descr> is a string that set the output name at the position
idx.
where <unit> is a string that set the output name at the position
idx.
where idx is the index of the output to remove.
where idx is the index of the output to move and
relativeChange an integer corresponding to the relative position change (negative for upward change, positive for downward change).
where <stdtag> is a string that defines the tag of the study.