Write Data By Identifier

Triggers WDBI job after getting the DID from job name or DID function parameter

Arguments Description

did (Union[str, int]): The DID job name from pdx or from xlxs db.

params (dict): The dictionary that contains parameters and their values.

dut_name (str, optional): The connection name. Defaults to the started DUT.

Returns

ref:’ Response<Response>’: Response of the sent diag job

Example

# Case1: DID as string [str]
Write Data By Identifier 0x22 ${params} ${dut_name}
# Case2: DID as string [int]
Write Data By Identifier ${0x22} ${params} ${dut_name}