praneshcn
Member level 5
Hi ,
I want to dump the information given by the following script in a file. Could anyone help me out on the syntax.......................
data loop cell "model_cell -cell_type standard" $m
{
set aaa [ query location cell $cell ]
puts "force location cell $cell $aaa"
}
I want the statements which are printed bcoz of the "puts" statement to be dumped in a file.
any suggestions.
thankz
I want to dump the information given by the following script in a file. Could anyone help me out on the syntax.......................
data loop cell "model_cell -cell_type standard" $m
{
set aaa [ query location cell $cell ]
puts "force location cell $cell $aaa"
}
I want the statements which are printed bcoz of the "puts" statement to be dumped in a file.
any suggestions.
thankz