Programming Previous page   Next Page

Retrieving the Value of Timer Object Properties

To retrieve the value of a timer object property, you can use the get function or use subscripts (dot notation) to access the field.

The following example uses the set function to retrieve the value of the ExecutionMode property:

The following example uses dot notation to retrieve the value of the ExecutionMode property:

To view a list of all the properties of a timer object, use the get function, specifying the timer object as the only argument:


Previous page  Working with Timer Object Properties Setting the Value of Timer Object Properties Next page

© 1994-2005 The MathWorks, Inc.