Surendra Posted September 2, 2022 Share Posted September 2, 2022 I have some tens of signals plotted in tens of worksheets (in a single workbench). Is there a way to change the widths of all the signal across multiple worksheets, at once? Pls help Link to comment Share on other sites More sharing options...
Seeq Team Joe Reckamp Posted September 2, 2022 Seeq Team Share Posted September 2, 2022 Hi Surendra, You could modify the widths programmatically in Seeq Data Lab by looping through each worksheet and changing the display items dataframe in python, but no way currently to do this across multiple worksheets directly in Workbench. Link to comment Share on other sites More sharing options...
Surendra Posted September 2, 2022 Author Share Posted September 2, 2022 Can you please share any documentation of SDL to help me out in this regard? Link to comment Share on other sites More sharing options...
Seeq Team Joe Reckamp Posted September 2, 2022 Seeq Team Share Posted September 2, 2022 Here's a quick example of setting the width to 5 for all signals on the display for a single worksheet: Link to comment Share on other sites More sharing options...
Surendra Posted September 2, 2022 Author Share Posted September 2, 2022 I tried this code to randomly check the result for a single worksheet in a workbench. I got the same result in SDL page, as shown in the above screenshot, but, in the worksheet, the lines' width is not changed. What could be the reason? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now