ssGetOutputPortSampleTime - Get the sample time of an output port
Syntax
real_T ssGetOutputPortSampleTime(SimStruct *S, int_T outputPortIdx)
Arguments
- S
SimStruct representing an S-Function block.
- outputPortIdx
Index of an output port.
Returns
A real_T value indicating the sample time
of the output port specified by the index outputPortIdx.
Description
Use in any routine (except mdlInitializeSizes)
to determine the sample time of an output port. You should use this
macro only if you have specified the sample times as port-based. Use ssGetSampleTime to determine the sample
time of S-functions that do not use port-based sample times.
Languages
C, C++
Example
See the S-function matlabroot/toolbox/simulink/simdemos/simfeatures/src/sfun_multirate.c used
in sfcndemo_sfun_multirate.mdl.
See Also
ssSetOutputPortSampleTime, ssGetOutputPortOffsetTime
 | ssGetOutputPortRealSignal | | ssGetOutputPortSampleTimeIndex |  |
Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
Get this Simulink Kit