Everything

csplus.is_timer_supported


This function checks if the timer provider that is currently selected supports the timer function.

[Specification format]

csplus.is_timer_supported(session_id)

[Argument(s)]

Argument

Description

session_id

This argument is ignored in this version.

[Return value]

If the selected timer provider supports the timer function : True

If the selected timer provider does not support the timer function : False

[Detailed description]

-

This function checks if the timer provider that is currently selected supports the timer function.

[Example of use]

>>> csplus.get_timer_providers()
{'csplus.timer': 'Time Measurement'}
>>> csplus.select_timer_provider("csplus.timer")
>>> csplus.is_timer_supported('0')
True