Configure Flow Control Iso Tp Simulation

Configures the flow control for the iso TP simulation.

Arguments Description

config (Configuration object): Configuration for iso TP simulation state (int): The state for flow control block_size (int): Block size for flow control separation_time (int): Separation time for flow control

Returns

bool: True if the configuration is successful, False otherwise

Example

${config}= Create Iso Tp Simulation Config ${ChannelName} 0x610 0x6f1 CAN ${8} source_adr=${0xf1} target_adr=${0x10}
${configure_fc}= Configure Flow Control Iso Tp Simulation ${config} ${0x30} ${5} ${200}

Note

This keyword only supports CAN and CANFD protocols.