Home
last modified time | relevance | path

Searched refs:__get_optional_int_argument (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/tools/otci/otci/
Dotci.py2562 command += self.__get_optional_int_argument('-b', max_csma_backoffs)
2563 command += self.__get_optional_int_argument('-d', tx_delay)
2564 command += self.__get_optional_int_argument('-C', rx_channel_after_tx_done)
2565 command += self.__get_optional_int_argument('-p', tx_power)
2566 command += self.__get_optional_int_argument('-r', max_frame_retries)
3148 def __get_optional_int_argument(self, arg_name: str, arg_value: Optional[int] = None): member in OTCI