Items with no label
3335 Discussions

tcl command to delete data-log stored from capture after export_data_log command

ABans7
Beginner
734 Views

Hi I am using the following commands to capture some data and export it out.

Is there a way to delete the log2 created under the trigger (command below) . In GUI we can right click and choose to delete the log, however how to find the equivalent tcl command for the same.

 

We need it as same data is being read from multiple captures--

 

run -instance $st_instance -signal_set $signal_set -trigger $trigger_set -data_log log2

export_data_log -instance $st_instance -signal_set $signal_set -trigger $trigger_set -data_log log2 -filename $data_file -format csv

 

0 Kudos
0 Replies
Reply