Configure Status Polling Xcp

Configures the interval for sending cyclic ‘get status’ messages.

Arguments Description

ecu_name (str): the ecu name was got from the A2L file e.g.: “/begin MODULE New “, the most used “New”.

channel_name (str): switch the A2L file parsed the channel name could be ETH-OBD.

interval (int): The polling interval in seconds, which must be a positive integer or 0 to turn off polling

Returns

bool: True if the configuration succeeded; otherwise, False.

Example

Configure Status Polling Xcp ${ecu_name} ${channel_name} ${1}