Aug 5, 2005 #1 ng Mechanical Joined Jun 23, 2001 Messages 28 Location IN Can anyone help me in using backup method of J-Link. I want to know which method return modeldescriptor, & accept Folder Path / name as input Thanks in Advance Nikhil Gothankar
Can anyone help me in using backup method of J-Link. I want to know which method return modeldescriptor, & accept Folder Path / name as input Thanks in Advance Nikhil Gothankar
Aug 8, 2005 #2 williaps Computer Joined Apr 12, 2005 Messages 2 Location US ng, You have to create a model descriptor or you could get the model descriptor of the model and change the path. Look up the following methods: 1. pfcModel.Model.GetDescr() 2. pfcModel.ModelDescriptor.SetPath() 3. pfcModel.Model.Backup() Upvote 0 Downvote
ng, You have to create a model descriptor or you could get the model descriptor of the model and change the path. Look up the following methods: 1. pfcModel.Model.GetDescr() 2. pfcModel.ModelDescriptor.SetPath() 3. pfcModel.Model.Backup()
Oct 17, 2005 #3 Bennyk Mechanical Joined Oct 29, 2002 Messages 11 Location US Those three methods do not work as stated here. "Model" is not recognized. Does anybody have a working example of a Backup procedure? Thanks, Ben Upvote 0 Downvote
Those three methods do not work as stated here. "Model" is not recognized. Does anybody have a working example of a Backup procedure? Thanks, Ben