Main Content

ssWriteRTWScalarParam

Write a scalar parameter to the model.rtw file

Syntax

int_T ssWriteRTWScalarParam(SimStruct *S,  const char_T *name,
  const void *value, int_T type)

Arguments

S

SimStruct that represents an S-Function block.

name

Parameter name.

value

Parameter value.

type

Integer ID of the type of the parameter value, for example, the ID of one of the Simulink® built-in data types. For a list of built-in data types, see ssGetInputPortDataType or the ID of a user-defined type (see Configure Custom Data Types). This function does not support a parameter with data type as struct or BusObject.

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 scalar parameters to this S-function's model.rtw file.

Languages

C, C++

See Also

mdlRTW

Version History

Introduced before R2006a