Jump to content

Accessing the display properties of a worksheet


Stephen

Recommended Posts

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

image.png.8d199e057650c1b663adf7675d96d103.png

Link to comment
Share on other sites

  • Seeq Team

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

  • 1 year later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...