Skip to content

TSTool / Command / SetAutoExtendPeriod


Overview

By default, the time series period is extended to include the output period, if specified, when a time series is read. See also the SetOutputPeriod command. If the extended period subsequently contains missing data, it can be filled with other commands. The SetAutoExtendPeriod command can be used to change this setting if it is not desirable (e.g., for performance reasons).

Command Editor

The following dialog is used to edit the command and illustrates the syntax of the command.

SetAutoExtendPeriod

SetAutoExtendPeriod Command Editor (see also the full-size image)

Command Syntax

The command syntax is as follows:

SetAutoExtendPeriod(Parameter="Value",...)

Command Parameters

Parameter            Description Default                           
AutoExtendPeriod Indicate whether the period of time series should automatically be extended to the output period when time series are read, True or False. None – must be specified.

Examples

See the automated tests.

Troubleshooting

See Also