Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

J-Link Backup

  • Thread starter Thread starter ng
  • Start date Start date
Status
Not open for further replies.

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
 
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()
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top