Main Content

ssGetSFunctionName

Get the name of the S-Function

Since R2022b

Syntax

const char_T *ssGetBlockDiagramName(SimStruct *S)

Arguments

S

SimStruct that represents an S-Function block.

Returns

A pointer to a character vector that specifies the name of the S-Function associated with SimStruct S.

Description

Use to determine the name of the S-Function.

Languages

C, C++

Version History

Introduced in R2022b