Get one of an S-function's sample time offsets.
time_T ssGetOffsetTime(SimStruct *S, int_T sti);
S
SimStruct representing an S-Function block.
sti
Index of sample time offset to be returned
A time_T
value indicating the sample time offset.
Use to obtain the sample time offset of S
corresponding to the
index sti
. See
for a description of the
matlabroot
/extern/include/tmwtypes.htime_T
data type.
C, C++
See the S-function sfun_zc_sat.c
used in sfcndemo_sfun_zc_sat
.