CommunityForums Custom IC SKILL AWD plotting commands - _amsaDirectPlot

Stats

  • Replies 8
  • Subscribers 130
  • Views 19907
  • Members are here 0

AWD plotting commands - _amsaDirectPlot

swdesigner
swdesigner over 10 years ago
I know AWD is going to be discontinued, but we still use it for the time being. Is there any documentation available for such functions? I've set up a bindkey to do the work of ADE > Results > Direct Plot > Transient Signal because you can now select several signals and plot them in one shot. Problem is, I'm getting them replacing what's already in AWD. Is there any way to do an append? Thanks!
  • Reply
  • Cancel
  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 10 years ago

    Rather than loading a file every time you hit the bindkey, far better and more elegant to define a function:

    procedure(MYappendSignal()

     let((session)

      session=sevSession(hiGetCurrentWindow())
      eval(sevWindow(session)->hiForm)->artistPlottingMode->value="Append"  ; this sets the plotting mode on the ADE window
      sevDirectPlot(session 'asiiPlotTranSignalCB)

     )

    )

     

    hiSetBindKey("Schematics" "Ctrl<Key>4" "MYappendSignal()")

     

    Regards,

     

    Andrew.

    • Cancel
    • Up 0 Down
    • Reply
    • Cancel
  • Shen X
    Shen X 4 months ago in reply to Andrew Beckett

    Thanks Andrew, it works perfect! Till next update...

    Cheers,

    Shen

    • Cancel
    • Up 0 Down
    • Reply
    • Cancel
Reply
  • Shen X
    Shen X 4 months ago in reply to Andrew Beckett

    Thanks Andrew, it works perfect! Till next update...

    Cheers,

    Shen

    • Cancel
    • Up 0 Down
    • Reply
    • Cancel
Children
No Data

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.