WindowSet

Methods

MethodDescription
time_indexReturns the time index of this window set.

Method Details

time_index

Signature: time_index(center=False)

Returns the time index of this window set.

It uses the last time of each window as the reference or the center of each if center is set to True.

Parameters

NameTypeDefaultDescription
centerbool, optionalFalseIf True time indexes are centered. Defaults to False.

Returns

TypeDescription
IterableThe time index.