Main Content

ssWriteRTWStrParam

Write a character vector parameter to the model.rtw file

Syntax

int_T ssWriteRTWStrParam(SimStruct *S,  const char_T *name,
  const char_T *value)

Arguments

S

SimStruct that represents an S-Function block.

name

Parameter name.

value

Parameter value.

Returns

An int_T (1 or 0) or boolean_T (true or false) indicating the success or failure of the function.

Description

Use this function in mdlRTW to write character vector parameters to this S-function's model.rtw file. This function returns 1 (true) if successful. The output of this macro can also be correctly assigned to boolean_T.

Languages

C, C++

See Also

mdlRTW

Version History

Introduced before R2006a