This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Renaming graph in CCS



Hi, is there a way to rename graphs in CCS from the default "Single Time -0", etc... Spent a few minutes trying to find this but coudn't. Also, can the buttons on the graph be hidden to make room for the actual graph? I have a lot on my screen so real estate is at a premium.

Oh yah, while I'm here, another question...I used js to create a script to automatically load my watch expressions in a new project, but can I also add data types to this? Right now its just the variable names (e.g. expAdd ("Current_Duty_Cycle" );) , so I have to manually set each one to the correct data type (Q24, etc..) after they're loaded. Also, can I have the graph configuration load up from the javascript aswell?

Thanks.

  • Hi,

    Usually the graph formatting properties are set by right-clicking on it and selecting Display Properties. This allows changing several display features such as colors, text for the Axes and the title, grid, etc. However, changing the title (General --> Description) is not properly being applied.

    I filed a bug to track this: SDSCM00045618. Please check the link SDOWP in my signature below to check its status.

    Sorry for the inconvenience,

    Rafael

  • Answering your other questions...

    Ken Anderson said:

    Also, can the buttons on the graph be hidden to make room for the actual graph? I have a lot on my screen so real estate is at a premium.

    No, you can't hide the buttons.

    Ken Anderson said:

    Oh yah, while I'm here, another question...I used js to create a script to automatically load my watch expressions in a new project, but can I also add data types to this? Right now its just the variable names (e.g. expAdd ("Current_Duty_Cycle" );) , so I have to manually set each one to the correct data type (Q24, etc..) after they're loaded. Also, can I have the graph configuration load up from the javascript aswell?

    I am not very experienced in scripting, but I know you can run DSS commands and scripts from the scripting console, therefore the references below may help you:

    http://processors.wiki.ti.com/index.php/Scripting_Console

    http://processors.wiki.ti.com/index.php/Debug_Server_Scripting#DSS_API

    This last reference mentions the location where the DSS APIs are. I couldn't locate anything that creates and configures a graph view, though.

    Hope this helps,

    Rafael