Everything

csplus.select_timer_provider


This function specifies the timer provider which is to be used for timer-related functions.

[Specification format]

csplus.select_timer_provider(provider_id)

[Argument(s)]

Argument

Description

provider_id

The ID of the timer provider is specified.

[Return value]

None

[Detailed description]

-

This function specifies the timer provider which is to be used for timer-related functions.

[Example of use]

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