TimephasedDataCollection

TimephasedDataCollection class

Represents a collection of TimephasedData objects.

The TimephasedDataCollection type exposes the following members:

Methods

NameDescription
add_range(timephased_collection)Adds a collection of TimephasedData instances to this collection object.
to_list()Converts the TimephasedDataCollection object to a list of TimephasedData objects.
select_between_start_and_finish(timephased_data_type, start_time, finish_time)Selects all time phases between

See Also