Write a scalar parameter to the
filemodel
.rtw
int_T ssWriteRTWScalarParam(SimStruct *S, const char_T *name, const void *value, int_T type)
S
SimStruct representing 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
.
An int_T
(1
or 0
) or
boolean_T
(true
or
false
) indicating the success or failure of the
function.
Use this function in mdlRTW
to write scalar parameters to this
S-function's
file.model
.rtw
C, C++