Identifying an Instance in Run Phase

Hi
I am using 3 instances of the same monitor in my scoreboard and i want to add an event in one the run phase of one of monitors. Is their any mechanism that i can use in the monitor and identify individual monitors as their run tasks starts ?

Thanks
Vikram

Normally you don’t have monitors inside scoreboards.

In any case, each instance must have a unique instance path, and you can use get_fullname() to find that out. A better solution is to give each monitor instance a unique name when you construct them so you can just use get_name().