Forum Discussion
covfefe
Occasional Contributor
4 years agosystem-console, close_service not working?
Hello,
I am trying to close_service & claim_service (to handle disconnected devices).
Unfortunately I am unable to make it work.
How can I close_service pathA, then claim_service pathA ?
...
ShengN_altera
Super Contributor
4 years agoHi,
Or may be try to get service path first like below:
set m_path [lindex [get_service_paths master] 0 ]
set c_path [claim_service master $m_path ""]
close_service master $c_path
Best Regards,
Sheng
p/s: If any answer from community or Intel support are helpful, please feel free to mark as solution and give Kudos.