In my base test code i am accessing the top interface and updating the value of vsp variable of the interface but it is only taking limit value not updating the correct limit - (1/6) value as needed.
Be ware that this will round the value, meaning that .8 will be rounded to 1. You can use $floor() if you don’t want this behavior (and I am guessing that you don’t):
Be ware that this will round the value, meaning that .8 will be rounded to 1. You can use $floor() if you don’t want this behavior (and I am guessing that you don’t):