Main Content

ssGetNumDiscStates

Get the number of discrete states that a block has

Syntax

int_T ssGetNumDiscStates(SimStruct *S)

Arguments

S

SimStruct that represents an S-Function block or a Simulink® model.

Returns

An int_T value indicating the number of discrete states.

Description

Use in any routine (except mdlInitializeSizes) to determine the number of discrete states in the S-function or model.

Languages

C, C++

Examples

See the S-function stvdtf.c used in sfcndemo_stvdtf.

Version History

Introduced before R2006a