Read Data By Identifier

Triggers RDBI job after getting the DID from job name or DID function parameter.

Arguments Description

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

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

Returns

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

Example

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