WindowSet
Methods
| Method | Description |
|---|---|
time_index | Returns 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
| Name | Type | Default | Description |
|---|---|---|---|
center | bool, optional | False | If True time indexes are centered. Defaults to False. |
Returns
| Type | Description |
|---|---|
Iterable | The time index. |