Block sample time, specified as a nonnegative scalar. Specify Ts in the time units of the
linearized model.
To find continuous-time blocks, specify Ts as 0.
QueryType — Query type
character vector
Query type, specified as a character vector of the form 'Has <T> Sample Time', where
<T> is equal to Ts.
Description — Query description
character vector
Query description, specified as a character vector of the form 'Blocks with <T>
Sample Time', where <T> is equal to Ts. You can add your own description to the query
object using this property.
Usage
After creating a linqueryHasSampleTime query object, you can:
- Find all the blocks in a LinearizationAdvisor object that have a specified sample
time by using the linqueryHasSampleTime query directly with the find command. - Create a CompoundQuery object by logically combining the
linqueryHasSampleTime query with other query objects.
Object Functions
find Find blocks in linearization results that match specific criteria
Examples
Find Blocks with Specified Sample Time
Load the Simulink model.
17 Objects — Alphabetical List