Main Content
ssCallGetPortNameFcn
Get the name for a given port
Syntax
const char_T * ssCallGetPortNameFcn(SimStruct *S,void *port)
Arguments
S
SimStruct that represents an S-Function block.
port
Port object.
Returns
A const char_T *
for the name of the given port.
Description
Get the name for a given port.
Languages
C, C++
Examples
See the S-function barplot.c
.
See Also
Version History
Introduced in R2019a