The properties that contain timing settings can be configured using the timing dialog (For details, see Dialog for timing settings topic) or directly entering the timing value. If the timing values are specified directly, it is necessary to enter 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 influenced 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.
For example, if you want to specify 100 milliseconds, enter
100ms.
For more details on timing configuration, see Timing settings topic.