Main Content
getSampleTimeImpl
Specify sample time type, offset time, and sample time
Syntax
sts = getSampleTimeImpl(obj)
Description
returns the sample time
specification created within the method body, sts
= getSampleTimeImpl(obj
)sts
, for the System object™ obj
. Specify the sample time specification within the body of
getSampleTimeImpl
by calling createSampleTime
. The sample time
specification affects the simulation time when the System object is included in a MATLAB System block.
Run-Time Details
getSampleTimeImpl is called during setup by setupImpl
.
Method Authoring Tips
You must set Access = protected
for this method.
Default Behavior
If you do not include this method in your System object definition, the sample time is inherited.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2017b