Get Timestamps From Monitor Values

Allows getting Timestamps from returned monitor values (List[pair]) .

Arguments Description

values (List[pair]): List[pair]

Returns

list[pair]: detected gaps (start, end) in Nanoseconds

Examples

Start Message Observer ${BusName}::${MsgId} ${False}
wait 20ms
${values} = Stop Monitor Message ${BusName}::${MsgId} ${true}
${timestamps} = Get Timestamps From Monitor Values ${values}