Stephen Posted December 23, 2021 Share Posted December 23, 2021 I am building some custom workbooks after carrying out data analysis using Datalab. There are some properties of a worksheet I would like to set using Python but can't find a reference document listing all the properties that can be accessed. I know about: workstep.view ='Trend' workstep.display_range = {'Start': '2021-11-11T00:00:00', 'End': '2021-12-12T00:00:00'} workstep.display_items = push_result (of signals and conditions) What are the workstep. commands for Chain view, setting the capsule label based on a custom property or toggling a button like dimming? Is there a big list for R54 of all the accessible properties? Thanks Link to comment Share on other sites More sharing options...
Kristopher Wiggins Posted December 23, 2021 Share Posted December 23, 2021 Hi Stephen, At this time it is not possible in a supported way via SPy to manipulate these aspects of your display. The worksheet properties that can be modified are display_items, display_range, scatter_plot_series (items displayed in scatter plot), scorecard_date_display, scorecard_date_format (for pre-51 Seeq versions), table_date_display, table_date_format, table_mode (R52+ Seeq), time_zone, and the view (Table, Trend, Treemap, etc.). There are ways to manipulate other worksheet properties by editing the workstep data but those methods may no longer work in future Seeq versions if we change things on the backend as we introduce new features. If you would like assistance in seeing how these particular properties you mentioned can be changed, please send a request to support@seeq.com. Link to comment Share on other sites More sharing options...
Sanman Mehta Posted January 28, 2023 Share Posted January 28, 2023 In addition to what Kris said, some of the things can be accessed by referencing to this example: 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