Configure Cantp Flow Control

Configures the flow control parameters for Cantp.

Arguments Description

config : configuration created by Configure Can Tp Connection kw

block_size (int): The block size to be configured.

separation_time (int): The separation time to be configured.

Returns

Bool: True if the flow control configured false otherwise.

Example

${config_sender}= Configure Cantp Connection ${sender_channel} ${rxid} ${txid}
${source_address} ${target_adress} CAN ${8} ${0xFF} ${200}
${res}= Configure Cantp Flow Control ${config_sender} ${50} ${4}

Note

once Teardown Testcase keyword is called block size and separation time will be reinitialized to the default. - block size = 00 - separation time = 00