How to export the output of "data list model_pin $m" to a file in Magma M-TCL?

Status
Not open for further replies.

alchemist1

Junior Member level 3
Joined
Jan 21, 2008
Messages
31
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,490
How to export the output of "data list model_pin $m" to a file in Magma M-TCL?

hi,
I am using Magma Blast Fusion. i want to export the output of "data list model_pin $m" to a file. how do i do it


Thankz
 

Re: Magma M-TCL

set fh [open mpin_file w]
puts $fh [data list model_pin $m]
close $fh
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…