User manual
 

Syntax for the Timing Setup in the Component Inspector

The properties that contain timing settings can be configure using the timing dialog box () or directly by entering the timing value. If the timing values are specified directly, it's necessary to type not only a value (integer or real number) but also the unit of that value. The following units are supported:

  • microseconds - A value must be followed by us.
  • milliseconds - A value must be followed by ms.
  • seconds - A value must be followed by s.
  • CPU ticks - A unit derived from the frequency of external clock source. If there is no external clock enabled or available, it is derived from the value of internal clock source. A value must be followed by ticks.
  • Timer ticks - A unit representing number of changes (for example increments) of the counter used by the component. The real time of one tick is incfluenced by input clock set for the timer.
  • Hertz - A value must be followed by Hz.
  • kilohertz - A value must be followed by kHz.
  • megahertz - A value must be followed by MHz.
  • bit/second - A value must be followed by bits.
  • kbit/second - A value must be followed by kbits.

Example

If you want to specify 100 milliseconds, enter 100 ms

For more details on timing configuration, please see the chapter .