Configure Npdu Can Tp Connection

Configures Npdu Can Tp Connection.

This keyword is used to configure the NPDU CANTP connection by specifying the connection parameters. Once the connection is established, this keyword returns an object that will be used as an input for other NPDU cantp keywords such as: ‘Clear Npdu Cantp Connection’, ‘Transmit Npdu Cantp Message’ and ‘Get Npdu Cantp Queue’.

Arguments Description

source_tunnel (str): Name of the source tunnel.

*source_pdu_id (int): source PDU frame ID.

target_tunnel (str): Name of the target tunnel.

*target_pdu_id (int): target PDU frame ID.

tx_pdu_length (int): Target pdu length.

flow_timeout (int): The time flow value used by the Npdu Can TP.

padding (int): The padding byte value used by the Npdu Can TP.

source_address (int): source address.

target_address (int): Target address.

Returns

object (npdu_can_tp_config) if connection is set, False otherwise.

Example

${config}= Configure Npdu Cantp Connection ${source_tunnel} ${source_pdu_id} ${target_tunnel}
${target_pdu_id} ${tx_pdu_length} ${flow_timeout}
${padding} ${source_address} ${target_address}