• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC SKILL
  3. Is there a way to access values from the probes assistant...

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 143
  • Views 2793
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is there a way to access values from the probes assistant through SKILL?

ZN202407237855
ZN202407237855 over 1 year ago

Hello,

I'm trying to use the paths provided by the probes assistant in my skill code. Is there a good way to access this data?

Right now I have some code that saves it to a file which is clearly not an intend way to do this:

deleteFile("tmp.csv")
window = atoi(cadr(parseString(lsprintf("%s" hiGetCurrentWindow()) ":")))
_deUpdateWindowMenu(concat('schWindowMenu window) window)
pre = AssistSlider2->NTAssistant->checked
AssistSlider2->NTAssistant->checked=t
_ntNtSetTypeFilter(_ntFromCurrentWindow() "Load" t)
_ntNtSetTypeFilter(_ntFromCurrentWindow() "Driver" t)
_ntNtSetTypeFilter(_ntFromCurrentWindow() "InOut" t)
_ntNtSetTypeFilter(_ntFromCurrentWindow() "Net" t)
;; Hide other probes
_ntDisableAllProbes(_ntFromCurrentWindow())
_ntNtSetProbeChecked(_ntFromCurrentWindow() lsprintf("%s (%s)" netPPath probe~>probeName) t)
hiRegTimer("(hiFileDialogSetSelection ntSaveTableDialog '(\".\" \"tmp.csv\") 'done)" 2)
hiRegTimer("(hiFileDialogDone ntSaveTableDialog t)" 4)
_ntSaveTable(_ntFromCurrentWindow())
hiRegTimer("getNetConsAsistant_postSave()" 8)

Thank you!

Best.
Zack

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 1 year ago

    Zack,

    You can select the probed objects in the assistant and then use hsmGetSelectedSet(), but other than that there aren't really any APIs for interacting with the probe assistant.

    The other approach is to use schTraceNet - see  Virtuoso Video Diary: schTraceNet, a Simple Solution to Complex Questions! 

    I agree, the approach you've used isn't really clean and is likely to break very easily.

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • ZN202407237855
    ZN202407237855 over 1 year ago in reply to Andrew Beckett

    Thank you.

    hsmGetSelectedSet would require to much human interaction to really be useful for my purpose.

    I'll play around with schTraceNet and see what I can get working.

    Zack

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information