You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To retrieve a dataset from eventframes i need to be able to select all eventframes based on template name and on a period of time. after that i want to be able to select the attributes for in the dataset.
Suggested solution
class PIAFDatabase
def get_event_frame_data(template_name, start period, end period, optional(str filter on eventframe name):
Feature request
Abstract
To retrieve a dataset from eventframes i need to be able to select all eventframes based on template name and on a period of time. after that i want to be able to select the attributes for in the dataset.
Suggested solution
class PIAFDatabase
def get_event_frame_data(template_name, start period, end period, optional(str filter on eventframe name):
return dataset
0 04. Spray Dryer 1 SPD1-Running-2021-07-03 13:0... 611.999681
1 04. Spray Dryer 1 SPD1-Running-2021-07-03 14:0... 611.999681
2 04. Spray Dryer 1 SPD1-Running-2021-07-03 15:0... 611.999681
3 04. Spray Dryer 1 SPD1-Running-2021-07-04 12:2... 611.999681
The text was updated successfully, but these errors were encountered: